|
|
|
|
|
by timanglade
4356 days ago
|
|
Thanks for the kind words! Regarding wiring this to a TableViewController, we have some code samples already for Swift[0] and Objective-C[1]. Right now you get notified of changes and refresh, but we’re very interested in exposing a reactive-style binding mechanism as well. The storage engine underneath supports that very well actually, so stay tuned… [0] https://github.com/realm/realm-cocoa/tree/master/examples/swift/RealmSwiftTableViewExample
[1] https://github.com/realm/realm-cocoa/tree/master/examples/objc/RealmTableViewExample
|
|