张贵广

Results 4 comments of 张贵广

I think it's should override the [ textRectForBounds:] and [ editingRectForBounds:].. ``` - (CGRect)textRectForBounds:(CGRect)bounds { CGFloat left = 0; CGFloat right = 0; if (self.leftViewMode == UITextFieldViewModeUnlessEditing || self.leftViewMode ==...

说明文档里不是有这样的功能吗? https://github.com/ibireme/YYModel#数据校验与自定义转换 你可以这么写 ``` - (BOOL)modelCustomTransformFromDictionary:(NSDictionary *)dic { _stringObject = _stringObject ? : @""; return YES; } ```

I have the same questions, too.

I have this problem, I want to say , 坑啊!!!