Realm的一對多配置以及版本兼容

前言:本篇博客將介紹Realm的一些高級用法,基本使用在這裏 一、配置一對多關係 1 // 2 // Teacher.h 3 4 #import <Realm/Realm.h> 5 #import "Student.h" 6 7 @interface Teacher : RLMObject 8 9 @property NSInteger _ID; 10 @property
相關文章
相關標籤/搜索