iOSKit 1.0
iOS Developer Convenience Toolkit
Public Member Functions | Properties
IOSKitWindow Class Reference

#import </Users/Matthew/iOSDev/iOSKit/Framework/trunk/iOSKit/AccountManagement/IOSKitWindow.h>

List of all members.

Public Member Functions

(void) - hideAccountManagementStack
(void) - showAccountManagementStack

Properties

IOSKitAccountManagementViewController * accountSelection
NSUInteger rand

Detailed Description

If you wish to take advantage of iOSKit Account Management and its powerfull automatic integration, then you must use IOSKitWindow instead of UIWindow in your AppDelegate for example. To use, just change any reference (in AppDelegate and NIB files) from UIWindow to IOSKitWindow, then you can set properties in app delegate such as self.window.accountSelection.canRegisterNewAccount


Member Function Documentation

- (void) hideAccountManagementStack

Hides the account management stack from the window

- (void) showAccountManagementStack

Shows the account management stack on the window


Property Documentation

- (IOSKitAccountManagementViewController *) accountSelection [read, write, retain]

Returns, or sets, the accountSelection stack

- (NSUInteger) rand [read, assign]

Returns, the random number that is used to create a secure authorization key for accessing accounts