FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIActivityIndicatorView(Property) Category Reference

UIActivityIndicatorView shortcut properties. More...

#import <UIActivityIndicatorView.h>

Properties

BOOL animating
 The animating state of the activity indicator view. More...
 

Detailed Description

UIActivityIndicatorView shortcut properties.

Property Documentation

- (BOOL) animating
readwritenonatomicassign

The animating state of the activity indicator view.

If you get this value, it redirects to -isAnimating: If you set this value YES, it redirects to -startAnimating: if you set this value NO, it redirects to -stopAnimating:


The documentation for this category was generated from the following file: