C# Class XamarinForms.QbChat.iOS.ViewCellRender

Inheritance: Xamarin.Forms.Platform.iOS.ViewCellRenderer
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk

Méthodes publiques

Méthode Description
GetCell ( Xamarin.Forms.Cell item, UITableViewCell reusableCell, UITableView tv ) : UITableViewCell

Méthodes protégées

Méthode Description
OnBindingContextChanged ( Xamarin.Forms.Cell cell ) : void

Private Methods

Méthode Description
EstimateHeight ( String text, Int32 width, UIKit.UIFont font ) : Decimal

Method Details

GetCell() public méthode

public GetCell ( Xamarin.Forms.Cell item, UITableViewCell reusableCell, UITableView tv ) : UITableViewCell
item Xamarin.Forms.Cell
reusableCell UITableViewCell
tv UITableView
Résultat UITableViewCell

OnBindingContextChanged() protected méthode

protected OnBindingContextChanged ( Xamarin.Forms.Cell cell ) : void
cell Xamarin.Forms.Cell
Résultat void