C# Class BeerDrinkin.iOS.AddBeerTableViewController.AddBeerTableViewSource

Inheritance: UITableViewSource
Show file Open project: MikeCodesDotNet/Beer-Drinkin

Public Methods

Method Description
AddBeerTableViewSource ( List &cells ) : Foundation
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, nint section ) : nint

Method Details

AddBeerTableViewSource() public method

public AddBeerTableViewSource ( List &cells ) : Foundation
cells List
return Foundation

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint