NSTimer(GCKAdditions) 类别
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
NSTimer 上的一个类别,可添加一些实用的增强功能。
+ (NSTimer *) gck_scheduledTimerWithTimeInterval: |
|
(NSTimeInterval) |
interval |
weakTarget: |
|
(id) |
target |
selector: |
|
(SEL) |
selector |
userInfo: |
|
(nullable id) |
userInfo |
repeats: |
|
(BOOL) |
repeats |
|
|
| |
构造具有弱目标的 NSTimer。
避免计时器与其目标之间发生保留循环。如果在触发计时器时释放了目标,计时器将自动失效。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],["The document describes an NSTimer category enhancement called `gck_scheduledTimerWithTimeInterval`. This class method constructs an NSTimer with a weak target, preventing retain loops. It takes parameters for the time interval, target, selector, user info, and whether the timer repeats. If the target is released when the timer fires, the timer automatically invalidates itself. It adds the ability to use NSTimers without the risk of creating retain cycles.\n"],null,[]]