C# Class Monospace11.SpeakerBioViewController

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

Méthodes publiques

Méthode Description
SpeakerBioViewController ( MonkeySpace speaker ) : System
Update ( MonkeySpace speaker ) : void
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
FormatText ( ) : string

Method Details

FormatText() protected méthode

protected FormatText ( ) : string
Résultat string

SpeakerBioViewController() public méthode

public SpeakerBioViewController ( MonkeySpace speaker ) : System
speaker MonkeySpace
Résultat System

Update() public méthode

public Update ( MonkeySpace speaker ) : void
speaker MonkeySpace
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void