TTMSFMXNativeUIActivityIndicatorView
Usage
Use an activity indicator to show that a task is in progress. An activity indicator appears as a “gear” that is either spinning or stopped.
Published Properties
Properties name |
Description |
Color |
The color of the indicator. |
HidesWhenStopped |
Hides the indicator when animation is stopped. |
Style |
The style of the indicator. |
Public Methods
Methods name |
Description |
Indicator |
Returns a reference to the native iOS UIActivityIndicatorView . |
StartAnimating |
Starts animating the indicator. |
StopAnimating |
Stops animating the indicator. |
IsAnimating |
Returns a Boolean whether the indicator is animating. |