C# 클래스 NDC2010.NDC2010TableViewController

상속: UIViewController
파일 보기 프로젝트 열기: alexyork/NDC2010

공개 메소드들

메소드 설명
NDC2010TableViewController ( ) : System
NDC2010TableViewController ( UITableViewStyle style ) : System
PushSessionViewController ( Session session, NSIndexPath indexPath ) : void
ViewWillAppear ( bool animated ) : void

보호된 메소드들

메소드 설명
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

메소드 상세

DequeueOrCreateTableCell() 보호된 메소드

protected DequeueOrCreateTableCell ( UITableView tableView, string cellId ) : UITableViewCell
tableView UITableView
cellId string
리턴 UITableViewCell

DequeueOrCreateTableCell() 보호된 메소드

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

GetViewForHeader() 보호된 메소드

protected GetViewForHeader ( int section, string headingText ) : UIView
section int
headingText string
리턴 UIView

GetViewForHeader() 보호된 메소드

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

NDC2010TableViewController() 공개 메소드

public NDC2010TableViewController ( ) : System
리턴 System

NDC2010TableViewController() 공개 메소드

public NDC2010TableViewController ( UITableViewStyle style ) : System
style UITableViewStyle
리턴 System

PushSessionViewController() 공개 메소드

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

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void