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