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

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxTableViewSource
显示文件 Open project: fpt-software/Wordpress-Client Class Usage Examples

Public Methods

Method Description
ColorFromHex ( int hexValue ) : UIKit.UIColor
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
TableSourceComments ( UITableView tableView ) : System
setRoundedView ( UIView roundedView, float newSize ) : void

Protected Methods

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

Private Methods

Method Description
TextHeight ( string text, nfloat width ) : nfloat

Method Details

ColorFromHex() public method

public ColorFromHex ( int hexValue ) : UIKit.UIColor
hexValue int
return UIKit.UIColor

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

TableSourceComments() public method

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

setRoundedView() public method

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