flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
595 stars 40 forks source link

Implement Notifications for applicationWillResignActive etc. #271

Closed ephemer closed 5 years ago

ephemer commented 5 years ago

iOS provides various lifecycle notifications when entering / leaving the background. Let's implement these because they'll be useful for the flowkey app but also for general use.

ephemer commented 5 years ago

Fixed by #273