C# 클래스 Verses.iOS.StyledRootElement

상속: MonoTouch.Dialog.RootElement, IElementSizing
파일 보기 프로젝트 열기: pierceboggan/Verses

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledRootElement ( string caption ) : System
StyledRootElement ( string caption, Group group ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
PrepareDialogViewController ( UIViewController dvc ) : void

비공개 메소드들

메소드 설명
GoBack ( UIViewController dvc ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

PrepareDialogViewController() 보호된 메소드

protected PrepareDialogViewController ( UIViewController dvc ) : void
dvc UIViewController
리턴 void

StyledRootElement() 공개 메소드

public StyledRootElement ( string caption ) : System
caption string
리턴 System

StyledRootElement() 공개 메소드

public StyledRootElement ( string caption, Group group ) : System
caption string
group MonoTouch.Dialog.Group
리턴 System