C# Class MvvmCross.Binding.iOS.Views.MvxSimpleTableViewSource

Inheritance: MvxTableViewSource
Show file Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
MvxSimpleTableViewSource ( IntPtr handle ) : System
MvxSimpleTableViewSource ( UITableView tableView, Type cellType, string cellIdentifier = null ) : System
MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System

Protected Methods

Method Description
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

Method Details

GetOrCreateCellFor() protected method

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
return UITableViewCell

MvxSimpleTableViewSource() public method

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

MvxSimpleTableViewSource() public method

public MvxSimpleTableViewSource ( UITableView tableView, Type cellType, string cellIdentifier = null ) : System
tableView UITableView
cellType System.Type
cellIdentifier string
return System

MvxSimpleTableViewSource() public method

public MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System
tableView UITableView
nibName string
cellIdentifier string
bundle NSBundle
return System