MapsIndoors iOS SDK V3
|
#include <MPLoadIndicator.h>
Instance Methods | |
(nullable instancetype) | - initOnView: |
(nullable instancetype) | - initOnView:withText: |
(void) | - start |
(void) | - stop |
Properties | |
UIActivityIndicatorView * | indicatorView |
UIView * | parentView |
UITextView * | textView |
A basic load indicator, with the option to set a text.
- (nullable instancetype) initOnView: | (nonnull UIView *) | view |
Instantiates the indicator and places the indicator in a view.
view | The view to hold the indicator. |
- (nullable instancetype) initOnView: | (nonnull UIView *) | view | |
withText: | (nonnull NSString *) | text |
Instantiates the indicator and places the indicator in a view with a given text.
view | The view to hold the indicator. |
text | The text to display with the indicator. |
- (void) start |
Start and show the indicator animation
- (void) stop |
Stop and hide the indicator animation
|
readwritenonatomicstrong |
The indicator view.
|
readwritenonatomicstrong |
View holding the load indicator.
|
readwritenonatomicstrong |
The text view