
移动开发 IOS
chenhbc
这个作者很懒,什么都没留下…
展开
-
IOS开发 TableView unable to dequeue a cell with identifier Cell - must register a
最近转做IOS开发,目前还在研究界面阶段,刚刚在用TableView做列表的时候碰到以下错误:Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier Cell - must registe...2014-03-28 00:33:29 · 459 阅读 · 0 评论 -
iOS应用打包发布常见问题
这个月公司安排我一个人做iOS客户端开发,由于急着用,我先发布一个版本,由于第一次发布iOS应用,期间出了不少问题,记录于此。 1、使用Application Loader 发布时报错:Communication error.please use diagnostic mode to check connectivity.you need to have outbound access...2014-08-21 12:39:25 · 502 阅读 · 0 评论 -
应用升级iOS8中遇到的一些问题
1、很奇怪的问题,登录界面,有一个判断,如果不存在某个值,则跳转到设置界面,ios8之前的系统都可以正常跳转,iOS8中代码已经执行到下一个界面了,但界面并没有跳转过去,而且这个值如果设置过的话,也是可以正常跳转过去的,这个问题纠结了两天多,之前的判断我是在-(void)viewWillAppear:(BOOL)animated 中写的,最终的解决办法是把判断写在-(void)vie...2014-09-23 15:53:29 · 114 阅读 · 0 评论