我使用 NSTimer 调用 doPoof 方法,如下所示:
[NSTimer scheduledTimerWithTimeInterval:0.2 target:self selector:@selector(doPoof:) userInfo:myCALayer repeats:FALSE];
如何使用 CADisplayLink 而不是 NSTimer 替换上述内容?
我使用 NSTimer 调用 doPoof 方法,如下所示:
[NSTimer scheduledTimerWithTimeInterval:0.2 target:self selector:@selector(doPoof:) userInfo:myCALayer repeats:FALSE];
如何使用 CADisplayLink 而不是 NSTimer 替换上述内容?