I need some help:
We have a SwiftUI view that includes a ZStack {
UIViewControllerRepresentable()
Button()
}
The UIViewController contains one sec’s breathing intervention. While the animation is running and the view moves behind the button, it can’t be pressed – even though it’s on top 🤔
11 months ago