You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this with UIViewControllerRepresentable on SwiftUI and everything is working well. I just have a problem with modals. When I click to dismiss button, it's dismissing presented modals too. I just want to hide the image viewer.
Is there any possible way to do it? Maybe custom dismiss button action? I can dismiss with a boolean maybe.
Hello guys, thanks for this amazing repo!
I'm using this with UIViewControllerRepresentable on SwiftUI and everything is working well. I just have a problem with modals. When I click to dismiss button, it's dismissing presented modals too. I just want to hide the image viewer.
Is there any possible way to do it? Maybe custom dismiss button action? I can dismiss with a boolean maybe.
Thanks in advance.
The text was updated successfully, but these errors were encountered: