Timothy Moose
Timothy Moose
Hi. I would think you'd want to set the root view controller on `UIApplication.shared.delegate?.window??` not `UIApplication.shared.keyWindow?` which isn't necessarily your application's main window. If that isn't helpful, a few questions:...
Thanks. I'll need to investigate why the key window behavior changed in iOS 11.
I haven't been able to reproduce this. Try running the attached test app. Tap "Show" and then "Hide" and check the key window instance IDs printed in the console. For...
Hi. Good to hear you find it useful. I'll put that on the todo list. In the meantime, you can always supply a custom animator.
The `work/10.0.0` branch can do this and more. No release date yet tho
I likely won't have time to look into SwiftUI anytime soon.
@Jasperav huh?
@Jasperav I view this as a compatibility ticket. It's not about converting the library to SwiftUI.
Seems like this broke with Xcode 12. I spent a few hours on it and still don't have a fix. Not sure when I'll have more time to work on...