C# Class Chat.ChatSource

Inheritance: UITableViewSource
Show file Open project: xamarin/monotouch-samples Class Usage Examples

Public Methods

Method Description
ChatSource ( IList messages ) : System
EstimatedHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowsInSection ( UITableView tableview, nint section ) : nint

Private Methods

Method Description
CalculateHeightFor ( Message msg, UITableView tableView ) : nfloat
GetReuseId ( MessageType msgType ) : NSString

Method Details

ChatSource() public method

public ChatSource ( IList messages ) : System
messages IList
return System

EstimatedHeight() public method

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

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

GetHeightForRow() public method

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

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint