06 2015 档案

摘要: 阅读全文
posted @ 2015-06-30 11:36 Charlie_Su 阅读(153) 评论(0) 推荐(0)
摘要:命名规则中最重要的就是Create Rule,官方说明如下:There is an important distinction between Get, and Copy and Create, in names of functions that return values. If you use... 阅读全文
posted @ 2015-06-30 11:03 Charlie_Su 阅读(293) 评论(0) 推荐(0)
摘要:在开发过程中绝大多数时间使用的是UIKit和Foundation框架,UIKit提供诸如UIView和UIButton这类的控件,Foundation提供NSArray,NSDictionary这类的数据结构,两者结合可以解决大部分问题,但是有的时候需要底层框架,底层框架名字通常以Core开头,比如... 阅读全文
posted @ 2015-06-29 11:39 Charlie_Su 阅读(798) 评论(0) 推荐(0)