C# 클래스 Praeclarum.UI.TextInputController.TextInputDataSource

상속: UITableViewDataSource
파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
TextInputDataSource ( TextInputController controller ) : System
TitleForFooter ( UITableView tableView, nint section ) : string

메소드 상세

GetCell() 공개 메소드

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

NumberOfSections() 공개 메소드

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

RowsInSection() 공개 메소드

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

TextInputDataSource() 공개 메소드

public TextInputDataSource ( TextInputController controller ) : System
controller TextInputController
리턴 System

TitleForFooter() 공개 메소드

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
리턴 string