---
title: resumeOnDidBecomeActive
framework: glkit
role: symbol
role_heading: Instance Property
path: glkit/glkviewcontroller/resumeondidbecomeactive
---

# resumeOnDidBecomeActive

A Boolean value that indicates whether the view controller automatically resumes the rendering loop when the application becomes active.

## Declaration

```swift
var resumeOnDidBecomeActive: Bool { get set }
```

## Discussion

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.

## See Also

### Controlling Frame Updates

- [isPaused](glkit/glkviewcontroller/ispaused.md)
- [pauseOnWillResignActive](glkit/glkviewcontroller/pauseonwillresignactive.md)
