C# Class TodoApp.iOS.Renderers.TaskCellRenderer
Mostra file
Open project: strongloop/loopback-example-xamarin
Public Methods
Method |
Description |
|
GetCell ( Xamarin.Forms.Cell item, UITableViewCell reusableCell, UITableView tableView ) : UITableViewCell |
|
|
Private Methods
Method |
Description |
|
SetTaskCompleteStatus ( TaskCell taskCell, UILabel taskName, UILabel categoryName, UIImageView categoryIcon ) : void |
|
|
Method Details
public GetCell ( Xamarin.Forms.Cell item, UITableViewCell reusableCell, UITableView tableView ) : UITableViewCell |
item |
Xamarin.Forms.Cell |
|
reusableCell |
UITableViewCell |
|
tableView |
UITableView |
|
return |
UITableViewCell |
|