摘要: 增加:// Create objectPerson *author = [[Person alloc] init];author.name = @"David Foster Wallace";// Get the default RealmRLMRealm *realm = [RLMRealm... 阅读全文
posted @ 2015-06-04 13:49 Erickson 阅读(12719) 评论(0) 推荐(0)
摘要: Realm 是一种可以替代SQLite 和CoreData的移动端数据库使用前提:iOS >= 7 or Mac OS X >= 10.9Xcode >= 6Both Objective-C & Swift are supported.安装:可通过CocoaPods加入项目中pod serarch ... 阅读全文
posted @ 2015-06-04 12:21 Erickson 阅读(1137) 评论(0) 推荐(0)