C# Class NDC2010.NDC2010TableViewController

Inheritance: UIViewController
Afficher le fichier Open project: alexyork/NDC2010

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

protected DequeueOrCreateTableCell ( UITableView tableView, string cellId ) : UITableViewCell
tableView UITableView
cellId string
Résultat UITableViewCell

DequeueOrCreateTableCell() protected méthode

protected DequeueOrCreateTableCell ( UITableView tableView, string cellId, UITableViewCellStyle style ) : UITableViewCell
tableView UITableView
cellId string
style UITableViewCellStyle
Résultat UITableViewCell

GetViewForHeader() protected méthode

protected GetViewForHeader ( int section, string headingText ) : UIView
section int
headingText string
Résultat UIView

GetViewForHeader() protected méthode

protected GetViewForHeader ( int section, string headingText, UIView subView ) : UIView
section int
headingText string
subView UIView
Résultat UIView

NDC2010TableViewController() public méthode

public NDC2010TableViewController ( ) : System
Résultat System

NDC2010TableViewController() public méthode

public NDC2010TableViewController ( UITableViewStyle style ) : System
style UITableViewStyle
Résultat System

PushSessionViewController() public méthode

public PushSessionViewController ( Session session, NSIndexPath indexPath ) : void
session NDC2010.Model.Session
indexPath NSIndexPath
Résultat void

ViewWillAppear() public méthode

public ViewWillAppear ( bool animated ) : void
animated bool
Résultat void