Inherits from UINavigationController
Conforms to CCDirectorDelegate
Declared in KKAppDelegate.h

Overview

Performs common UIApplicationDelegate methods. You’re supposed to subclass from it in your own project. Unless you need to react to any UIApplicationDelegate event, you only need to implement the initializationComplete method. Everything else is handled in this class. When subclassing and overriding UIApplicationDelegate methods you should also call the [super ..] implementation.