C# Class MvvmCross.iOS.Views.MvxTableViewController

Inheritance: MvvmCross.Platform.iOS.Views.MvxEventSourceTableViewController, IMvxIosView
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void

Protected Methods

Method Description
MvxTableViewController ( IntPtr handle ) : System
MvxTableViewController ( UITableViewStyle style = UITableViewStyle.Plain ) : System
MvxTableViewController ( string nibName, NSBundle bundle ) : System

Method Details

MvxTableViewController() protected method

protected MvxTableViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxTableViewController() protected method

protected MvxTableViewController ( UITableViewStyle style = UITableViewStyle.Plain ) : System
style UITableViewStyle
return System

MvxTableViewController() protected method

protected MvxTableViewController ( string nibName, NSBundle bundle ) : System
nibName string
bundle NSBundle
return System

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void