KzaAppDelegate Class Reference

An application delegate is required for every iOS app. More...

#import <kanzi/appfw/platform/ios/kza_ios_app_delegate.h>

Inheritance diagram for KzaAppDelegate:

Protected Attributes

UIWindow * window
 Window abstraction for querying display size. More...
 
KzaViewview
 View specialized for Kanzi. More...
 
KzaViewControllerviewController
 View controller specialized for Kanzi. More...
 

Detailed Description

An application delegate is required for every iOS app.

Member Data Documentation

- (UIWindow*) window
protected

Window abstraction for querying display size.

- (KzaView*) view
protected

View specialized for Kanzi.

- (KzaViewController*) viewController
protected

View controller specialized for Kanzi.


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