A Boolean value that controls whether the receiver is hidden when the animation is stopped.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
var hidesWhenStopped: Bool { get set }
Discussion
If the value of this property is true
(the default), the receiver sets its is
property (UIView
) to true
when receiver is not animating. If the hides
property is false
, the receiver is not hidden when animation stops. You stop an animating progress indicator with the stop
method.