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.

Tasks

Properties

kkView

Convenience accessor to view cast to KKView.

@property (weak) IBOutlet KKView *kkView

Declared In

KKAppDelegate.h

viewController

The Kobold Kit view controller.

@property (strong) KKViewController *viewController

Return Value

The Kobold Kit view controller.

Declared In

KKAppDelegate.h

window

The window reference. On Mac OS X this is the main window.

@property (strong, nonatomic) IBOutlet KKWindow *window

Declared In

KKAppDelegate.h