Method | Description | |
---|---|---|
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 | |
return | UITableViewCell |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
return | nint |
public SearchResultsViewController ( UIViewController controller, IList |
||
controller | UIViewController | |
categories | IList |
|
return | UIKit |
public ShouldHighlightRow ( UITableView tableView, NSIndexPath rowIndexPath ) : bool | ||
tableView | UITableView | |
rowIndexPath | NSIndexPath | |
return | bool |
public TitleForFooter ( UITableView tableView, nint section ) : string | ||
tableView | UITableView | |
section | nint | |
return | string |
public TitleForHeader ( UITableView tableView, nint section ) : string | ||
tableView | UITableView | |
section | nint | |
return | string |