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

NSTimer extension for NSRunLoop shortcuts. More...

#import <NSTimer.h>

Instance Methods

(void) - schedule
 Add timer to current run loop with default run loop mode. More...
 
(void) - scheduleWithRunLoop:mode:
 Add timer to given runLoop with given mode. More...
 

Detailed Description

NSTimer extension for NSRunLoop shortcuts.

Method Documentation

- (void) schedule

Add timer to current run loop with default run loop mode.

See also
- scheduleWithRunLoop:mode:
- (void) scheduleWithRunLoop: (NSRunLoop *)  runLoop
mode: (NSString *)  mode 

Add timer to given runLoop with given mode.

Parameters
runLooprunLoop to add timer.
moderunLoop mode.
See also
- schedule

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