KKAppDelegate Class Reference
Inherits from | UIResponder |
Conforms to | UIApplicationDelegate |
Declared in | KKAppDelegate.h |
Overview
In a Kobold Kit project, the app delegate class should inherit from KKAppDelegate which provides default behaviors. Combines code for both iOS & OS X platforms to a single uniform app delegate. In particular on Mac OS X KKAppDelegate sets up the view controller.
Properties
kkView
Convenience accessor to view cast to KKView.
@property (weak) IBOutlet KKView *kkView
Declared In
KKAppDelegate.h