resumeOnDidBecomeActive
A Boolean value that indicates whether the view controller automatically resumes the rendering loop when the application becomes active.
Declaration
var resumeOnDidBecomeActive: Bool { get set }Discussion
The default value is true. If your application sets this to false, it must explicitly set the isPaused property to false when the application becomes active.