C# Class Monospace11.SpeakerBioViewController

Uses UIWebView since we want to format the text display (with HTML)
Inheritance: Monospace11.WebViewControllerBase
Mostrar archivo Open project: megsoftconsulting/MonkeySpace Class Usage Examples

Public Methods

Method Description
SpeakerBioViewController ( MonkeySpace speaker ) : System
Update ( MonkeySpace speaker ) : void
ViewDidLoad ( ) : void

Protected Methods

Method Description
FormatText ( ) : string

Method Details

FormatText() protected method

protected FormatText ( ) : string
return string

SpeakerBioViewController() public method

public SpeakerBioViewController ( MonkeySpace speaker ) : System
speaker MonkeySpace
return System

Update() public method

public Update ( MonkeySpace speaker ) : void
speaker MonkeySpace
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void