FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSTimer(Shortcuts) Category Reference

NSTimer shortcuts - deprecated candidates. More...

#import <NSTimer.h>

Class Methods

(NSTimer *) + zeroDelayedTimerWithTarget:selector:
 
(NSTimer *) + zeroDelayedTimerWithTarget:selector:userInfo:
 
(NSTimer *) + delayedTimerWithTimeInterval:target:selector:
 

Detailed Description

NSTimer shortcuts - deprecated candidates.

Method Documentation

+ (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 

The documentation for this category was generated from the following file: