1
0
3
448
nonautomic 线程不安全 atomic 线程安全 读写不一定安全 读安全 写不一定安全(加栅栏) copy mutablecopy 属性...
CADisplayLink 和屏幕刷新频率一样 18ms一次大约 (VC强引用的)NSTimer解决循环引用的三个方法: 1 用timer的bl...
- (void)test { NSLog(@"test"); } - (void)other { NSLog(@"other"); } ...