C# Class BeerDrinkin.iOS.AccountViewController.AccountDelegate

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

Public Methods

Method Description
AccountDelegate ( ) : System
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
Scrolled ( UIScrollView scrollView ) : void

Method Details

AccountDelegate() public method

public AccountDelegate ( ) : System
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