8 ms·
Looks good. Would really like to see Swift support. Also, the example showing integration with REST services in interesting, seems like you could do more with
by edanuff 12y ago
Looks good. Would really like to see Swift support. Also, the example showing integration with REST services in interesting, seems like you could do more with that.
- jpsim 12y agoRealm currently supports Swift, though we're actively working to improve our Swift APIs[0]. You can find Swift sample code throughout our docs[1], and in our Swift examples on GitHub[2]. We learnt a lot about Swift introspection and interacting with Swift objects from the Objective-C runtime. We'll share our findings in some upcoming blog posts, so stay tuned! [0]: https://github.com/realm/realm-cocoa/pull/549 https://github.com/realm/realm-cocoa/pull/549 [1]: http://realm.io/docs http://realm.io/docs [2]: https://github.com/realm/realm-cocoa/tree/master/examples/swift https://github.com/realm/realm-cocoa/tree/master/examples/sw...