C# Class Verses.iOS.StyledTranslationRootElement

Inheritance: MonoTouch.Dialog.RootElement, IElementSizing
显示文件 Open project: pierceboggan/Verses

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledTranslationRootElement ( string caption ) : System
StyledTranslationRootElement ( string caption, Group group ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
PrepareDialogViewController ( UIViewController dvc ) : void

Private Methods

Method Description
GoBack ( UIViewController dvc ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

PrepareDialogViewController() protected method

protected PrepareDialogViewController ( UIViewController dvc ) : void
dvc UIViewController
return void

StyledTranslationRootElement() public method

public StyledTranslationRootElement ( string caption ) : System
caption string
return System

StyledTranslationRootElement() public method

public StyledTranslationRootElement ( string caption, Group group ) : System
caption string
group MonoTouch.Dialog.Group
return System