Has anyone figured out a fix for this issue? It still happens for me as of iOS 13.5.1
Post
Replies
Boosts
Views
Activity
(I've created a project which reproduces the issue here - https://github.com/noahsark769/NGUIActivityViewControllerDismissalExample)
I've been seeing the same issue in our project. I put together a sample project which reproduces the issue on Xcode 12 beta 1 here: https://github.com/noahsark769/NGXCTestNotFoundExample - I've also filed it as FB7775577
This is still reproducible on the Xcode 12 GM seed. It really seems like a big issue - it basically prevents any developer from using SwiftUI inside a UIHostingController if there might be a keyboard-editable view on the screen.
This is still reproducible on Xcode 12.1 GM. It seems to have been fixed in Xcode 12.2 beta 1 and onward