C# 클래스 AutoWait.MediaSelectionTableViewController

파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MediaSelectionTableViewController ( IntPtr handle ) : System
NumberOfSections ( UITableView tableView ) : nint
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
RowsInSection ( UITableView tableView, nint section ) : nint

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void

메소드 상세

GetCell() 공개 메소드

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

MediaSelectionTableViewController() 공개 메소드

public MediaSelectionTableViewController ( IntPtr handle ) : System
handle IntPtr
리턴 System

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
리턴 nint

PrepareForSegue() 공개 메소드

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
리턴 void

RowsInSection() 공개 메소드

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