Jia Xu
Jia Xu
Dear Sir: ASDK is an excellent framework, I was in the project used UITableNode, I have learned that UITableNode is no reuse mechanisms. This makes my interface will shine called...
提供包含字典数组的转换方法: + (NSMutableArray *)yy_modelArrayWithKeyValueArray:(NSArray *)keyValueArray; 递归调用+ (instancetype)yy_modelWithDictionary:(NSDictionary *)dictionary方法不改变原有嵌套结构,如果元素不是字典则返回一个没有默认值的模型实例。
为什么不像MJExtension一样,提供 + (NSMutableArray *)modelArrayWithKeyValuesArray:(id)keyValuesArray 方法。