On Apr 11, 2014, at 6:50 AM, Ragu Vijaykumar <[email protected]> wrote:
> Oh, ok. Does that mean that the NSArray property itself should be held weak, > or strong? Also, what about properties that point to > NSObjects<CBLJSONEncoding>? should those be held as strong or weak? Strong. But actually I don't think the strong/weak annotation will have any effect on the code one way or another. It's mostly only important for @synthesize'd properties. --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/0DBFF031-2A9C-49E2-A854-F7330B3212A6%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
