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

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
TableSourceMenu ( UITableView tableView ) : System
setRoundedView ( UIView roundedView, nfloat newSize ) : void

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

TableSourceMenu() public method

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

setRoundedView() public method

public setRoundedView ( UIView roundedView, nfloat newSize ) : void
roundedView UIView
newSize nfloat
return void