C# Class BeerDrinkin.iOS.AddBeerTableViewController.AddBeerDelegate

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

Public Methods

Method Description
AddBeerDelegate ( List &cells ) : Foundation
EstimatedHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat

Method Details

AddBeerDelegate() public method

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

EstimatedHeight() public method

public EstimatedHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat