A Boolean value that indicates whether the draw loop is paused.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Metal
Kit
Declaration
var isPaused: Bool { get set }
Discussion
If the value is false
, the view periodically redraws the contents, at a frame rate set by the value of preferred
.
The default value is false
.