reason: '[<MLDataModel 0xb586180> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key IsAdmin.’
将MLDataModel中变量IsAdmin
从定义
@property (nonatomic, assign)BOOL *IsAdmin;
改为
@property (nonatomic,copy)NSString *IsAdmin;
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。