Inherits from UIResponder
Conforms to UIApplicationDelegate
Declared in STWAppDelegate.h
STWAppDelegate.m

Overview

STWAppDelegate automatically sets STWViewController as rootViewController and load Straw services which are defined in -strawService method.

Properties

window

UIWindow object

@property (strong, nonatomic) UIWindow *window

Discussion

UIWindow object

Declared In

STWAppDelegate.h

Instance Methods

strawServices

Returns/Defines Straw services you want to use in this app delegate.

- (NSArray *)strawServices

Return Value

The array of Straw service classes you want to use in the app delegate.

Discussion

Returns/Defines Straw services you want to use in this app delegate.

Declared In

STWAppDelegate.h