Post

Replies

Boosts

Views

Activity

Reply to SwiftUI presentationMode dismiss not work on specific case
Wow, its 1 year later and this bug is still not fixed. I used this brute force workaround inside a button action: if var topController = UIApplication.shared.windows.first!.rootViewController { while let presentedViewController = topController.presentedViewController { topController = presentedViewController } topController.dismiss(animated: true) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’21