摘要:
1、什么是ARC? ARC(Automatic Reference Counting )自动应用计数器,代码自动添加的release/retain,原先是需要手动添加的用来处理内存管理的应用计数的代码可以自动的由编译器完成了。ARC是为解决内存管理而诞生的。 2、assign 和 weak,_blo 阅读全文
posted @ 2016-02-19 17:28
小白姐
阅读(233)
评论(0)
推荐(0)
摘要:
创建一个UITableView 和一个UIImageView @property (nonatomic, strong) UITableView *tableView; @property (nonatomic, strong) UIImageView *headerImgaeView; 初始化 1 阅读全文
posted @ 2016-02-19 11:00
小白姐
阅读(180)
评论(0)
推荐(0)

浙公网安备 33010602011771号