C# Class NDC2010.NDC2010TableViewController

Inheritance: UIViewController
ファイルを表示 Open project: alexyork/NDC2010

Public Methods

Method Description
NDC2010TableViewController ( ) : System
NDC2010TableViewController ( UITableViewStyle style ) : System
PushSessionViewController ( Session session, NSIndexPath indexPath ) : void
ViewWillAppear ( bool animated ) : void

Protected Methods

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

Method Details

DequeueOrCreateTableCell() protected method

protected DequeueOrCreateTableCell ( UITableView tableView, string cellId ) : UITableViewCell
tableView UITableView
cellId string
return UITableViewCell

DequeueOrCreateTableCell() protected method

protected DequeueOrCreateTableCell ( UITableView tableView, string cellId, UITableViewCellStyle style ) : UITableViewCell
tableView UITableView
cellId string
style UITableViewCellStyle
return UITableViewCell

GetViewForHeader() protected method

protected GetViewForHeader ( int section, string headingText ) : UIView
section int
headingText string
return UIView

GetViewForHeader() protected method

protected GetViewForHeader ( int section, string headingText, UIView subView ) : UIView
section int
headingText string
subView UIView
return UIView

NDC2010TableViewController() public method

public NDC2010TableViewController ( ) : System
return System

NDC2010TableViewController() public method

public NDC2010TableViewController ( UITableViewStyle style ) : System
style UITableViewStyle
return System

PushSessionViewController() public method

public PushSessionViewController ( Session session, NSIndexPath indexPath ) : void
session NDC2010.Model.Session
indexPath NSIndexPath
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void