프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FilterContent | void | ||
GoToSearch | void | ||
ReleaseDesignerOutlets | void | ||
ShouldReloadForSearchScope | bool | ||
ShouldReloadForSearchString | bool |
메소드 | 설명 | |
---|---|---|
CandyTableViewController ( |
||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
ViewDidLoad ( ) : void |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | UITableViewCell |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
리턴 | int |