
ios6 programing cookbook
wanglang3081
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
chapter1 The Basic
1.Object-c do not support multple inheritance. objects that inherit from NSObject directly or indirectly can take advantage of Object-C's distinctive memory managment tool.2.Xcode various build type翻译 2013-11-19 17:56:27 · 1464 阅读 · 0 评论 -
CHAPTER 2 Implementing Controllers and Views
2.1 Displaying Alerts with UIAlertViewThe best way to initialize an alert view is, of course, by using its designated initializer:UIAlertView *alertView = [[UIAlertView alloc]initWithTitle:@"Tit翻译 2013-11-20 14:39:06 · 972 阅读 · 0 评论