C# Класс Verses.iOS.StyledRootElement

Наследование: MonoTouch.Dialog.RootElement, IElementSizing
Показать файл Открыть проект

Открытые методы

Метод Описание
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