FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
|
UIActivityIndicatorView shortcut properties. More...
#import <UIActivityIndicatorView.h>
Properties | |
BOOL | animating |
The animating state of the activity indicator view. More... | |
UIActivityIndicatorView shortcut properties.
|
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: