C# Class FSoft.WordApp.IOS.Views.TableSourceHomePosts

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxTableViewSource
Mostra file Open project: fpt-software/Wordpress-Client Class Usage Examples

Public Methods

Method Description
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
TableSourceHomePosts ( UITableView tableView ) : System

Protected Methods

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

Method Details

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

GetOrCreateCellFor() protected method

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

TableSourceHomePosts() public method

public TableSourceHomePosts ( UITableView tableView ) : System
tableView UITableView
return System