C# Class Verses.iOS.VerseComposeDialog

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

Public Methods

Method Description
VerseComposeDialog ( VersesTableViewController managingController ) : 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

VerseComposeDialog() public method

public VerseComposeDialog ( VersesTableViewController managingController ) : System
managingController VersesTableViewController
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