会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
OIMM
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
44
下一页
2017年9月28日
__NSCFNumber isEqualToString:]: unrecognized selector sent to instance 0xb000000000000003
摘要: 出现这个报错的原因是:拿数字与字符串进行对比了。 检查两边的数据格式是否一致 如果不一致,可以使用[nsstring stringwithformate:@"%d",xx]包装一下。 然后用isEqualToString来进行匹配,就可以了。
阅读全文
posted @ 2017-09-28 14:27 OIMMZC
阅读(1644)
评论(0)
推荐(0)
2017年9月26日
Assigning to 'id<UINavigationControllerDelegate,UIImagePickerControllerDelegate> _Nullable' from incompatible type 'InfchangeVC *const __strong'
摘要: 出现 Assigning to 'id<UINavigationControllerDelegate,UIImagePickerControllerDelegate>' from incompatible type 'ManageMessageViewController' 警告 当调用UIImag
阅读全文
posted @ 2017-09-26 17:32 OIMMZC
阅读(771)
评论(0)
推荐(0)
权限Crash问题
该文被密码保护。
阅读全文
posted @ 2017-09-26 17:31 OIMMZC
阅读(1)
评论(0)
推荐(0)
2017年9月25日
UIScrollViewDelegate以及如何判断滚到底部
该文被密码保护。
阅读全文
posted @ 2017-09-25 11:47 OIMMZC
阅读(0)
评论(0)
推荐(0)
2017年9月15日
APP支付宝支付接入
该文被密码保护。
阅读全文
posted @ 2017-09-15 10:26 OIMMZC
阅读(4271)
评论(0)
推荐(0)
2017年9月13日
iOS主流机型更新
摘要: 主流机型更新后,舍弃了原有的iPhone 4 ,iPhone 4s, iPhone 5 ,iPhone 5s。增加了iPhone X,iPhone 8和iPhone 8 plus。 总体上屏幕趋于一个固定化舒适度类似于人类最适温度26摄氏度一样,4.7 /5.5 两个尺寸成为了幸运儿
阅读全文
posted @ 2017-09-13 14:09 OIMMZC
阅读(141)
评论(0)
推荐(0)
app 启动页
该文被密码保护。
阅读全文
posted @ 2017-09-13 10:31 OIMMZC
阅读(5)
评论(0)
推荐(0)
2017年9月4日
关于[__NSCFArray removeObjectAtIndex:]: mutating method sent to immutable object的报错分析
该文被密码保护。
阅读全文
posted @ 2017-09-04 18:12 OIMMZC
阅读(1)
评论(0)
推荐(0)
* -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]’
摘要: 错误描述: * -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]’ 错误分析: 这个问题,一般是因为 nsarray或nsdictiona
阅读全文
posted @ 2017-09-04 17:09 OIMMZC
阅读(996)
评论(0)
推荐(0)
2017年8月29日
报错:[__NSArrayI objectAtIndex:]: index 5 beyond bounds [0 .. 4]'
摘要: 报错内容:如下 分析: 遇到这种情况,说明超出了数组的范围 如要插入某组数据,但是这组数据只有10条;但是这里设置为20条。当第11个cell填充数据时就会报错, [__NSArrayI objectAtIndex:]: index 11 beyond bounds [0 .. 9]' 因为没有第1
阅读全文
posted @ 2017-08-29 15:04 OIMMZC
阅读(1355)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
···
44
下一页
公告