C# Class CandySearch.CandyTableViewController

Show file Open project: beginor/practice

Private Properties

Property Type Description
FilterContent void
GoToSearch void
ReleaseDesignerOutlets void
ShouldReloadForSearchScope bool
ShouldReloadForSearchString bool

Public Methods

Method Description
CandyTableViewController ( IntPtr handle ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, int section ) : int
ViewDidLoad ( ) : void

Private Methods

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

Method Details

CandyTableViewController() public method

public CandyTableViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowsInSection() public method

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
return int

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void