【发布时间】:2011-06-16 05:44:05
【问题描述】:
我使用 NSTimer 调用 doPoof 方法如下:
[NSTimer scheduledTimerWithTimeInterval:0.2 target:self selector:@selector(doPoof:) userInfo:myCALayer repeats:FALSE];
如何使用 CADisplayLink 而不是 NSTimer 替换上述内容?
【问题讨论】:
标签: syntax nstimer cadisplaylink userinfo