Property | Type | Description | |
---|---|---|---|
FilterContent | void | ||
GoToSearch | void | ||
ReleaseDesignerOutlets | void | ||
ShouldReloadForSearchScope | bool | ||
ShouldReloadForSearchString | bool |
Method | Description | |
---|---|---|
CandyTableViewController ( |
||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
ViewDidLoad ( ) : void |
Method | Description | |
---|---|---|
FilterContent ( string searchText, string scope ) : void | ||
GoToSearch ( UIBarButtonItem sender ) : void | ||
ReleaseDesignerOutlets ( ) : void | ||
ShouldReloadForSearchScope ( UISearchDisplayController controller, int searchOption ) : bool | ||
ShouldReloadForSearchString ( UISearchDisplayController controller, string searchText ) : bool |
public CandyTableViewController ( |
||
handle | ||
return | System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
return | int |