C# Class XFormsUI.iOS.CustomRenderer.MyViewCellRenderer
显示文件
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
public GetCell ( Xamarin.Forms.Cell item, UITableViewCell reusedCell, UITableView tableView ) : UITableViewCell |
item |
Xamarin.Forms.Cell |
|
reusedCell |
UITableViewCell |
|
tableView |
UITableView |
|
return |
UITableViewCell |
|