C# 클래스 BeerDrinkin.iOS.AccountViewController.AccountDelegate

상속: UITableViewDelegate
파일 보기 프로젝트 열기: MikeCodesDotNet/Beer-Drinkin

공개 메소드들

메소드 설명
AccountDelegate ( ) : System
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
Scrolled ( UIScrollView scrollView ) : void

메소드 상세

AccountDelegate() 공개 메소드

public AccountDelegate ( ) : System
리턴 System

GetHeightForRow() 공개 메소드

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
리턴 nfloat

Scrolled() 공개 메소드

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
리턴 void