> On Nov 14, 2014, at 1:02 AM, Nazar Pallaev <[email protected]> wrote: > > There is some documents, but "user.userName" is always nil, what did I wrong?
Just as with Core Data, you have to declare the property as dynamic so that CBLModel knows it's supposed to be bound to a document property. The Swift syntax for this is @NSManaged. —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/2D7781B9-21F0-4D57-A818-2CAF95DF376F%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
