C# Class MvvmCross.tvOS.Views.MvxTableViewController

Inheritance: MvvmCross.Platform.tvOS.Views.MvxEventSourceTableViewController, IMvxTvosView
显示文件 Open project: MvvmCross/MvvmCross

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