Questions tagged [uihostingcontroller]
78 questions
0
votes
2 answers
Open More Navigation Tab in Swift
I have a UIHostingController which contains my SwiftUI View. I want to return to the More Tab from the UIHostingController.
I tried calling
dismiss(animated: true, completion: nil)
which doesn't work. I tried changing the tabbar's selection, but…

C. Skjerdal
- 2,750
- 3
- 25
- 50
0
votes
1 answer
How do I go from a SwiftUI view to a UIKit TabViewController?
I want to know how I can go from a SwiftUI View into a specific view controller that is part of a tab bar controller. I want to go from a SwiftUI view to a specific index in the UITabBarController which are the UIKit View Controllers. (Let's assume…

Andrico Zacharia
- 11
- 2
-1
votes
1 answer
UIHostingController removeChildViewController:notifyDidMove: crash on iOS 16.0 - 16.2
I am using SwiftUI view with UIHostingController and when pushed inside the UINavigationController and pop its crashes the application. To fix this I used another UIViewController and assign the UIHostingController view to it and it does not crash…

Retro
- 3,985
- 2
- 17
- 41