A Boolean value indicating whether the activity indicator is currently running its animation.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- tvOS 10.0+
Framework
- UIKit
Declaration
@property(nonatomic, readonly, getter=isAnimating) BOOL animating;
A Boolean value indicating whether the activity indicator is currently running its animation.
SDKs
Framework
@property(nonatomic, readonly, getter=isAnimating) BOOL animating;
- start Animating
Starts the animation of the progress indicator.
- stop Animating
Stops the animation of the progress indicator.
hides When Stopped
A Boolean value that controls whether the receiver is hidden when the animation is stopped.