Method | Description | |
---|---|---|
NDC2010TableViewController ( ) : System | ||
NDC2010TableViewController ( UITableViewStyle style ) : System | ||
PushSessionViewController ( |
||
ViewWillAppear ( bool animated ) : void |
Method | Description | |
---|---|---|
DequeueOrCreateTableCell ( UITableView tableView, string cellId ) : UITableViewCell | ||
DequeueOrCreateTableCell ( UITableView tableView, string cellId, UITableViewCellStyle style ) : UITableViewCell | ||
GetViewForHeader ( int section, string headingText ) : UIView | ||
GetViewForHeader ( int section, string headingText, UIView subView ) : UIView |
protected DequeueOrCreateTableCell ( UITableView tableView, string cellId ) : UITableViewCell | ||
tableView | UITableView | |
cellId | string | |
return | UITableViewCell |
protected DequeueOrCreateTableCell ( UITableView tableView, string cellId, UITableViewCellStyle style ) : UITableViewCell | ||
tableView | UITableView | |
cellId | string | |
style | UITableViewCellStyle | |
return | UITableViewCell |
protected GetViewForHeader ( int section, string headingText ) : UIView | ||
section | int | |
headingText | string | |
return | UIView |
protected GetViewForHeader ( int section, string headingText, UIView subView ) : UIView | ||
section | int | |
headingText | string | |
subView | UIView | |
return | UIView |
public NDC2010TableViewController ( ) : System | ||
return | System |
public NDC2010TableViewController ( UITableViewStyle style ) : System | ||
style | UITableViewStyle | |
return | System |
public PushSessionViewController ( |
||
session | ||
indexPath | NSIndexPath | |
return | void |
public ViewWillAppear ( bool animated ) : void | ||
animated | bool | |
return | void |