FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIActivityIndicatorView.h
Go to the documentation of this file.
1 //
2 // UIActivityIndicatorView.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 13. 4. 6..
6 // Copyright (c) 2013 youknowone.org. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
16 
27 @property(nonatomic, assign/*, getter=isAnimating*/) BOOL animating;
28 
29 @end
BOOL animating
The animating state of the activity indicator view.
Definition: UIActivityIndicatorView.h:27
UIActivityIndicatorView shortcut properties.
Definition: UIActivityIndicatorView.h:15