Skip to content

Instantly share code, notes, and snippets.

@JagCesar
Created August 16, 2023 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JagCesar/5ec942d49332a8fbb3edd1032e7a08f2 to your computer and use it in GitHub Desktop.
Save JagCesar/5ec942d49332a8fbb3edd1032e7a08f2 to your computer and use it in GitHub Desktop.
Re-render widgets when going to background
.onReceive(NotificationCenter.default.publisher(for: UIApplication.willResignActiveNotification)) { _ in
WidgetCenter.shared.reloadAllTimelines()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment