C# Class XamarinForms.QbChat.iOS.ViewCellRender

Inheritance: Xamarin.Forms.Platform.iOS.ViewCellRenderer
ファイルを表示 Open project: QuickBlox/quickblox-dotnet-sdk

Public Methods

Method Description
GetCell ( Xamarin.Forms.Cell item, UITableViewCell reusableCell, UITableView tv ) : UITableViewCell

Protected Methods

Method Description
OnBindingContextChanged ( Xamarin.Forms.Cell cell ) : void

Private Methods

Method Description
EstimateHeight ( String text, Int32 width, UIKit.UIFont font ) : Decimal

Method Details

GetCell() public method

public GetCell ( Xamarin.Forms.Cell item, UITableViewCell reusableCell, UITableView tv ) : UITableViewCell
item Xamarin.Forms.Cell
reusableCell UITableViewCell
tv UITableView
return UITableViewCell

OnBindingContextChanged() protected method

protected OnBindingContextChanged ( Xamarin.Forms.Cell cell ) : void
cell Xamarin.Forms.Cell
return void