C# Class Verses.iOS.VerseEditDialog

Inheritance: PBViewController
显示文件 Open project: pierceboggan/Verses Class Usage Examples

Public Methods

Method Description
VerseEditDialog ( Verse verseToEdit ) : System
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
HandleCancelButtonTapped ( object sender, EventArgs args ) : void
HandleSaveButtonTapped ( object sender, EventArgs args ) : void
SaveButtonClicked ( ) : void
SetupNavigationBar ( ) : void
SetupUI ( ) : void

Method Details

VerseEditDialog() public method

public VerseEditDialog ( Verse verseToEdit ) : System
verseToEdit 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