KVC

使用:

[fanye setValuesForKeysWithDictionary:dic];

 

如果出现关键字,则重写setter方法

@property (nonatomic,copy,setter=setDescription:)NSString *myDescription;

 

记得在.m文件加上

-(void)setValue:(id)value forUndefinedKey:(NSString *)key{
    NSLog(@"UndefinedKey:%@",key);
}

posted on   Baymax01  阅读(120)  评论(0编辑  收藏  举报

努力加载评论中...

导航

点击右上角即可分享
微信分享提示