C# 클래스 Crosschat.Client.iOS.CustomRenderers.ChatBubble

상속: MonoTouch.Dialog.Element, IElementSizing
파일 보기 프로젝트 열기: EgorBo/CrossChat-Xamarin.Forms 1 사용 예제들

공개 메소드들

메소드 설명
ChatBubble ( bool isLeft, string text ) : MonoTouch.Dialog
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float

메소드 상세

ChatBubble() 공개 메소드

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

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float