测试已测试 | ✗ |
语言语言 | SwiftSwift |
许可证 | MIT |
发布日期最后发布日期 | 2016年11月 |
SPM支持 SPM | ✗ |
由 Adam Fish 维护。
由 San Francisco 餐馆评分组成的 Realm Swift 预构建 Realm 数据集
包含于对象文件夹中的与数据模型对应的 Object
子类。
数据模型结构
ABFRestaurantObject
String
(主键)String
String
String
String
String
Double
Double
String
List>ABFViolationObject<()}
List>ABFInspectionObject<()
ABFInspectionObject
ABFRestaurantObject
Int
NSDate
ABFInspectionType
ABFViolationObject
ABFRestaurantObject
NSDate
String
从您的项目
let realm = Realm(path: ABFRestaurantScoresPath())
let restaurants = realm.objects(ABFRestaurantObject)
在ABFRealmSearchViewController 仓库中提供了一个使用 RealmSwiftSFRestaurantData
的示例项目。按照提供的说明进行安装。