BeerDrinkin.iOS.AddBeerTableViewController.AddBeerDelegate.EstimatedHeight C# (CSharp) Method

EstimatedHeight() public method

public EstimatedHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat
            public override nfloat EstimatedHeight(UITableView tableView, NSIndexPath indexPath)
            {
                return GetHeightForRow(tableView, indexPath);
            }
AddBeerTableViewController.AddBeerDelegate