
iOS
zl199307
这个作者很懒,什么都没留下…
展开
-
TableView unable to dequeue a cell with identifier Cell - must register a class or Nib
最近一直在学习UIKit 框架,里面的功能真的是很强大原创 2014-09-06 09:53:53 · 3228 阅读 · 0 评论 -
UIRefreshControl exercise.
好了,继续我们的UIKit的学习。今天w原创 2014-09-06 21:21:48 · 463 阅读 · 0 评论 -
navgationBar + 20px空白问题
今天在调整UIWindow的frame时遇到了这个令人烦躁的问题。 出现原因 : 纯代码构建视图 + UIWindow设置原点为(0,0)开始本人在代码中设置UIWindow 的frame 为[[UIApplication sharedApplication ]applicationFrame];解决方案:在appdelegate 中调整UIWIndo原创 2015-10-29 09:09:25 · 420 阅读 · 0 评论 -
[_NSMutableArray removeObjectAtIndex]
开发环境: xcode5.0.2bug发生:NS原创 2014-05-10 19:48:56 · 592 阅读 · 0 评论 -
Applications are expected to have a root view controller at the end of application launch
xcode版本: 5.0.2原创 2014-05-08 19:33:46 · 618 阅读 · 0 评论 -
iOS NSURLConnection学习
通过长时间的对UIKit 的学习, 对UIKit 框架有一个大致的了解。原创 2014-10-14 12:04:09 · 425 阅读 · 0 评论 -
XXX.h has been modified since the precompiled header XXX has been built
今天在学习UIkit的过程中偶然遇到的这个错误。并不是很严重。出现原因:在使用原创 2014-10-08 16:12:05 · 1247 阅读 · 0 评论