C# Class Verses.iOS.SettingsDialog

Inheritance: MonoTouch.Dialog.DialogViewController
Datei anzeigen Open project: pierceboggan/Verses Class Usage Examples

Public Methods

Method Description
LoadView ( ) : void
SettingsDialog ( ) : System
ViewDidAppear ( bool animated ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BuildTree ( ) : void
FetchTranslation ( ) : int
Handle32Ways ( ) : void
HandleCancelButtonTapped ( object sender, EventArgs args ) : void
HandleFacebookTapped ( ) : void
HandleFighterVerses ( ) : void
HandleHowToMemorize ( ) : void
HandleLicensingTapped ( ) : void
HandleMemorizeAnything ( ) : void
HandlePracticalTips ( ) : void
HandleRateVersesTapped ( ) : void
HandleRememberMe ( ) : void
HandleScriptureTyper ( ) : void
HandleShareVersesTapped ( ) : void
HandleSubmitFeedbackTapped ( ) : void
HandleTwitterTapped ( ) : void
HandleWebsiteTapped ( ) : void
HandleWhatTranslation ( ) : void
HandleWhyMemorize ( ) : void
SetupUI ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

LoadView() public method

public LoadView ( ) : void
return void

SettingsDialog() public method

public SettingsDialog ( ) : System
return System

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void