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

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

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

Метод Описание
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledStringElement ( string caption ) : System
StyledStringElement ( string caption, NSAction tapped ) : System

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

GetHeight() публичный Метод

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Результат float

StyledStringElement() публичный Метод

public StyledStringElement ( string caption ) : System
caption string
Результат System

StyledStringElement() публичный Метод

public StyledStringElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
Результат System