C# 클래스 CandySearch.CandyTableViewController

파일 보기 프로젝트 열기: beginor/practice

Private Properties

프로퍼티 타입 설명
FilterContent void
GoToSearch void
ReleaseDesignerOutlets void
ShouldReloadForSearchScope bool
ShouldReloadForSearchString bool

공개 메소드들

메소드 설명
CandyTableViewController ( IntPtr handle ) : System
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

메소드 상세

CandyTableViewController() 공개 메소드

public CandyTableViewController ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
리턴 int

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void