C# Class Verses.iOS.StyledStringElement

Inheritance: MonoTouch.Dialog.StringElement, IElementSizing
Afficher le fichier Open project: pierceboggan/Verses

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledStringElement ( string caption ) : System
StyledStringElement ( string caption, NSAction tapped ) : System

Method Details

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

StyledStringElement() public méthode

public StyledStringElement ( string caption ) : System
caption string
Résultat System

StyledStringElement() public méthode

public StyledStringElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
Résultat System