C# Class SimpleAuth.iOS.ProgressLabel

Inheritance: UIView
Exibir arquivo Open project: Clancey/SimpleAuth Class Usage Examples

Public Methods

Method Description
ProgressLabel ( string text ) : System
StartAnimating ( ) : void
StopAnimating ( ) : void

Method Details

ProgressLabel() public method

public ProgressLabel ( string text ) : System
text string
return System

StartAnimating() public method

public StartAnimating ( ) : void
return void

StopAnimating() public method

public StopAnimating ( ) : void
return void