C# Class MvvmCross.Dialog.iOS.EventSourceDialogViewController

Inheritance: CrossUI.iOS.Dialog.DialogViewController, IMvxEventSourceViewController
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
EventSourceDialogViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
EventSourceDialogViewController ( UITableViewStyle style = UITableViewStyle.Grouped, RootElement root = null, bool pushing = false ) : System

Method Details

Dispose() protected method

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

EventSourceDialogViewController() public method

public EventSourceDialogViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

EventSourceDialogViewController() protected method

protected EventSourceDialogViewController ( UITableViewStyle style = UITableViewStyle.Grouped, RootElement root = null, bool pushing = false ) : System
style UITableViewStyle
root RootElement
pushing bool
return System

ViewDidAppear() public method

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

ViewDidDisappear() public method

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

ViewDidLayoutSubviews() public method

public ViewDidLayoutSubviews ( ) : void
return void

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