C# Class Verses.iOS.VerseDetailDialog

Inheritance: PBViewController
Datei anzeigen Open project: pierceboggan/Verses

Public Methods

Method Description
VerseDetailDialog ( Verse data ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
HandleBackButtonTapped ( object sender, EventArgs args ) : void
HandleCopyrightButtonTapped ( object sender, EventArgs args ) : void
HandleEditButtonTapped ( object sender, EventArgs args ) : void
HandleShareTapped ( object sender, EventArgs args ) : void
SetupNavigationBar ( ) : void
SetupUI ( ) : void

Method Details

VerseDetailDialog() public method

public VerseDetailDialog ( Verse data ) : System
data Verses.Portable.Verse
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

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

ViewWillDisappear() public method

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