Quickies

[categories] [index] [all (527)] [latest]

Cocoa UIKit
  1. #ifdef DEBUG
    [NSTimer scheduledTimerWithTimeInterval:1.0
                                     target:application
                                   selector:@selector(_performMemoryWarning)
                                   userInfo:nil
                                    repeats:YES];
    #endif