isPaused
A Boolean value that indicates whether the draw loop is paused.
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 preferredFramesPerSecond.
The default value is false.