Hello,
I'm trying to add floating UIButton on the top of UIHostingController view and found weird thing.
Action of the UIButton is not working if there is Button (from SwiftUI) underneath UIButton. Action is working if there is no Button underneath.
Why action of UIButton is not working?
Tested with iOS 15.4
3
0
998