C# Class BeerDrinkin.iOS.BeerDescriptionTableView.DescriptionDelegate

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

Public Methods

Method Description
DescriptionDelegate ( List &cells ) : System
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
Scrolled ( UIScrollView scrollView ) : void

Method Details

DescriptionDelegate() public method

public DescriptionDelegate ( List &cells ) : System
cells List
return System

GetHeightForRow() public method

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

Scrolled() public method

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
return void