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

Inheritance: MonoTouch.Dialog.Element, IElementSizing
Afficher le fichier Open project: EgorBo/CrossChat-Xamarin.Forms Class Usage Examples

Méthodes publiques

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

Method Details

ChatBubble() public méthode

public ChatBubble ( bool isLeft, string text ) : MonoTouch.Dialog
isLeft bool
text string
Résultat MonoTouch.Dialog

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float