由旧金山餐饮评分组成的预构建 Realm 数据集
数据模型对应的 RLMObject 子类包含在对象文件夹中。
数据模型结构
ABFRestaurantObject
NSString (主键)NSStringNSStringNSStringNSStringNSStringCLLocationDegreesCLLocationDegreesNSStringRLMArray<ABFViolationObject>RLMArray<ABFInspectionObject>ABFInspectionObject
ABFRestaurantObjectNSIntegerNSDateABFInspectionTypeABFViolationObject
ABFRestaurantObjectNSDateNSString从您的项目
#import <RealmSFRestaurantData/SFRestaurantScores.h>
...
RLMRealm *restaurantRealm = [RLMRealm realmWithPath:ABFRestaurantScoresPath()];
RLMResults *restaurants = [ABFRestaurantObject allObjectsInRealm:restaurantRealm];在 ABFRealmSearchViewController 仓库中提供了一个使用 RealmSFRestaurantData 的示例项目。要安装,请遵循提供的说明。