Метод | Описание | |
---|---|---|
CreateLists ( ) : void | ||
DidReceiveMemoryWarning ( ) : void | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, nint section ) : nint | ||
Search ( string searchText ) : void | ||
SearchResultsViewController ( UIViewController controller, IList |
||
ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool | ||
TitleForFooter ( UITableView tableView, nint section ) : string | ||
TitleForHeader ( UITableView tableView, nint section ) : string | ||
ViewDidLoad ( ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | UITableViewCell |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
Результат | nint |
public Search ( string searchText ) : void | ||
searchText | string | |
Результат | void |
public SearchResultsViewController ( UIViewController controller, IList |
||
controller | UIViewController | |
categories | IList |
|
Результат | UIKit |
public ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool | ||
tableView | UITableView | |
rowIndexPath | NSIndexPath | |
Результат | bool |
public TitleForFooter ( UITableView tableView, nint section ) : string | ||
tableView | UITableView | |
section | nint | |
Результат | string |
public TitleForHeader ( UITableView tableView, nint section ) : string | ||
tableView | UITableView | |
section | nint | |
Результат | string |