240 发简信
IP属地:北京
  • nonatomic atomic copy mutablecopy

    nonautomic 线程不安全 atomic 线程安全 读写不一定安全 读安全 写不一定安全(加栅栏) copy mutablecopy 属性...

  • NSTimer

    CADisplayLink 和屏幕刷新频率一样 18ms一次大约 (VC强引用的)NSTimer解决循环引用的三个方法: 1 用timer的bl...

  • Runtime

    - (void)test { NSLog(@"test"); } - (void)other { NSLog(@"other"); } ...