C# Class XFormsUI.iOS.CustomRenderer.MyViewCellRenderer

Inheritance: Xamarin.Forms.Platform.iOS.ViewCellRenderer
Mostra file Open project: supreettare/XFUI

Public Methods

Method Description
GetCell ( Xamarin.Forms.Cell item, UITableViewCell reusedCell, UITableView tableView ) : UITableViewCell

Private Methods

Method Description
AddGestures ( Xamarin.Forms.ViewCell cell, UITableViewCell tableViewCell, UITableView tableView ) : void

Method Details

GetCell() public method

public GetCell ( Xamarin.Forms.Cell item, UITableViewCell reusedCell, UITableView tableView ) : UITableViewCell
item Xamarin.Forms.Cell
reusedCell UITableViewCell
tableView UITableView
return UITableViewCell