RxAppState icon indicating copy to clipboard operation
RxAppState copied to clipboard

iOS 13 UISceneDelegate Support

Open ChristopherCarranza opened this issue 4 years ago • 1 comments

Any interest in adding UISceneDelegate support? It seems that when you adopt the UISceneDelegate, some app lifecycle methods don't get called, instead the corresponding SceneDelegate methods are called. Example, sceneDidBecomeActive instead of applicationDidBecomeActive.

ChristopherCarranza avatar Feb 20 '20 17:02 ChristopherCarranza

Thanks for bringing that up! I'd definitely be interested to support UISceneDelegate. I'll have a look at it, as soon as I find the time. If you find a solution before that feel free to open a pull request.

pixeldock avatar Feb 20 '20 18:02 pixeldock