C# Class ClanceySamples.AppDelegate

Show file Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
launcher NavLauncher
navigationController UINavigationController

Private Properties

Property Type Description
CreateSoundSection MonoTouch.Dialog.RootElement
DemoElementApi MonoTouch.Dialog.RootElement

Public Methods

Method Description
CreateGeneralSection ( ) : RootElement
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
OnActivated ( UIApplication application ) : void

Private Methods

Method Description
CreateSoundSection ( ) : RootElement
DemoElementApi ( ) : RootElement

Method Details

CreateGeneralSection() public method

public CreateGeneralSection ( ) : RootElement
return MonoTouch.Dialog.RootElement

FinishedLaunching() public method

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
return bool

OnActivated() public method

public OnActivated ( UIApplication application ) : void
application UIApplication
return void

Property Details

launcher public property

public NavLauncher launcher
return NavLauncher

navigationController public property

public UINavigationController navigationController
return UINavigationController