C# 클래스 BeerDrinkin.iOS.DiscoverUsersViewController

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

공개 메소드들

메소드 설명
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
DiscoverUsersViewController ( IntPtr handle ) : Foundation
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
RowsInSection ( UITableView tableView, nint section ) : nint

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void

메소드 상세

CanEditRow() 공개 메소드

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
리턴 bool

DiscoverUsersViewController() 공개 메소드

public DiscoverUsersViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
리턴 Foundation

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

GetHeightForRow() 공개 메소드

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

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
리턴 nint