wangPangPang
wangPangPang
还没找到解决办法,我看下怎么解决再提PR吧
我也发现这个问题了,定位到是系统的方法,也不知道怎么修复
报3840我在使用jsonkit解析就行了,好像是特殊字符导致的
[url URLByAppendingPathComponent:@""]; 这句话会导致/?,这种情况
我自定义了一个,没用这个了
configBottomToolBar方法里添加 ``` _doneButton = [UIButton buttonWithType:UIButtonTypeCustom]; _doneButton.titleLabel.font = [UIFont systemFontOfSize:13]; [_doneButton addTarget:self action:@selector(doneButtonClick) forControlEvents:UIControlEventTouchUpInside]; [_doneButton setTitle:@"保存" forState:UIControlStateNormal]; [_doneButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; [_doneButton setBackgroundColor:[UIColor colorWithRed:0/255.0 green:0/255.0 blue:0/255.0 alpha:0.4]]; _doneButton.layer.cornerRadius = 3.0f;...
已经解决,需要单个开个配置,不能跟以前配置一起
/check-cla