
iOS5
chuanyituoku
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Converting the app to landscape
To convert our app from portrait into landscape, we have to do three things: 1 Make the view from BullsEyeViewController.xib landscape instead of portrait. 2 Change one line of code in BullsEyeViewC原创 2013-02-26 23:09:54 · 554 阅读 · 0 评论 -
iOS 5 by Tutorials: Tips
1 Technically speaking you don’t need to set instance variables to nil in dealloc, because the object will automatically release any instance variables when it gets deleted.原创 2013-08-04 16:26:18 · 997 阅读 · 0 评论