- 在開發(fā)中诵次,如果一個model中包含其它的model,YYModel提供了一個很好的方法來自動將josn數(shù)據(jù)進行轉(zhuǎn)換:
+ (NSDictionary *)modelContainerPropertyGenericClass {
return @{@"children":[LevelItem class],@"parent":[LevelItem class]};
}
- 在開發(fā)中枚碗,如果一個model中有屬性需要初始化逾一,YYModel提供了一個很好的方法來自動將該屬性進行初始化賦值:
- (BOOL)modelCustomTransformFromDictionary:(NSDictionary *)dic {
self.isClick = YES;
self.selectTitleColor = [UIColor redColor];
return YES;
}
今年工作實在太忙,等得閑后開始提煉一些知識點肮雨,記錄自己的提升遵堵,也與人方便!