Indivo Framework (iOS)
An iOS framework for Apps connecting to Indivo server
 All Classes Functions Variables Properties Pages
Instance Methods | Protected Attributes | List of all members
IndivoActionView Class Reference

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.

Instance Methods

(void) - hideHintTextAnimated:
 
(void) - hideMainTextAnimated:
 
(void) - hideSpinnerAnimated:
 
(void) - showActivityIn:animated:
 Adds the view displaying a spinner. More...
 
(void) - showHintText:animated:
 
(void) - showIn:mainText:hintText:animated:
 Adds the view with given main and hint text (both are optional) More...
 
(void) - showMainText:animated:
 
(void) - showSpinnerAnimated:
 

Protected Attributes

BOOL animateNextLayout
 

Detailed Description

A semi-transparent view that can be overlaid over existing views and display text, a hint or a spinner.

Method Documentation

- (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

Member Data Documentation

- (BOOL) animateNextLayout
protected

The documentation for this class was generated from the following files: