Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

UIApplication.willEnterForegroundNotification not posted when using scene delegate #42

Closed
funkenstrahlen opened this issue Sep 7, 2019 · 4 comments

Comments

@funkenstrahlen
Copy link
Contributor

funkenstrahlen commented Sep 7, 2019

As far as I understand this change in iOS 13 UIApplication.willEnterForegroundNotification is no longer posted when using the new scene delegates as described here:

https://developer.apple.com/documentation/uikit/app_and_environment/scenes/preparing_your_ui_to_run_in_the_foreground

Therefore listening to scene lifecycle notifications might be required.

What do you think?

@ArtSabintsev
Copy link
Owner

@funkenstrahlen
Copy link
Contributor Author

Yes that looks good to me!

@ArtSabintsev
Copy link
Owner

ArtSabintsev commented Sep 8, 2019

The change has been made on the swift5.1 branch: 81c97a2

@ArtSabintsev
Copy link
Owner

Easier to review this way: #44

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants