C# Class TodoApp.iOS.Renderers.TaskCellRenderer

Inheritance: Xamarin.Forms.Platform.iOS.ViewCellRenderer
ファイルを表示 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

GetCell() public method

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