C# Class Verses.iOS.StyledStringElement

Inheritance: MonoTouch.Dialog.StringElement, IElementSizing
Datei anzeigen Open project: pierceboggan/Verses

Public Methods

Method 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 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

StyledStringElement() public method

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

StyledStringElement() public method

public StyledStringElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
return System