C# Class Crosschat.Client.iOS.CustomRenderers.ChatBubble

Inheritance: MonoTouch.Dialog.Element, IElementSizing
Show file Open project: EgorBo/CrossChat-Xamarin.Forms Class Usage Examples

Public Methods

Method Description
ChatBubble ( bool isLeft, string text ) : MonoTouch.Dialog
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float

Method Details

ChatBubble() public method

public ChatBubble ( bool isLeft, string text ) : MonoTouch.Dialog
isLeft bool
text string
return MonoTouch.Dialog

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float