FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
NSTimer shortcuts - deprecated candidates. More...
#import <NSTimer.h>
Class Methods | |
(NSTimer *) | + zeroDelayedTimerWithTarget:selector: |
(NSTimer *) | + zeroDelayedTimerWithTarget:selector:userInfo: |
(NSTimer *) | + delayedTimerWithTimeInterval:target:selector: |
NSTimer shortcuts - deprecated candidates.
+ (NSTimer *) delayedTimerWithTimeInterval: | (NSTimeInterval) | ti | |
target: | (id) | aTarget | |
selector: | (SEL) | aSelector | |
+ (NSTimer *) zeroDelayedTimerWithTarget: | (id) | aTarget | |
selector: | (SEL) | aSelector | |
+ (NSTimer *) zeroDelayedTimerWithTarget: | (id) | aTarget | |
selector: | (SEL) | aSelector | |
userInfo: | (id) | userInfo | |