A semi-transparent view that can be overlaid over existing views and display text, a hint or a spinner.
More...
#import <IndivoActionView.h>
Inherits UIControl.
A semi-transparent view that can be overlaid over existing views and display text, a hint or a spinner.
- (void) hideHintTextAnimated: |
|
(BOOL) |
animated |
|
- (void) hideMainTextAnimated: |
|
(BOOL) |
animated |
|
- (void) hideSpinnerAnimated: |
|
(BOOL) |
animated |
|
- (void) showActivityIn: |
|
(UIView *) |
aParent |
animated: |
|
(BOOL) |
animated |
|
|
| |
Adds the view displaying a spinner.
- (void) showHintText: |
|
(NSString *) |
hintText |
animated: |
|
(BOOL) |
animated |
|
|
| |
- (void) showIn: |
|
(UIView *) |
aParent |
mainText: |
|
(NSString *) |
mainText |
hintText: |
|
(NSString *) |
hintText |
animated: |
|
(BOOL) |
animated |
|
|
| |
Adds the view with given main and hint text (both are optional)
- (void) showMainText: |
|
(NSString *) |
mainText |
animated: |
|
(BOOL) |
animated |
|
|
| |
- (void) showSpinnerAnimated: |
|
(BOOL) |
animated |
|
- (BOOL) animateNextLayout |
|
protected |
The documentation for this class was generated from the following files:
- IndivoFramework/Classes/IndivoActionView.h
- IndivoFramework/Classes/IndivoActionView.m