1 Comment
User's avatar
Ll's avatar

I find wrapping SwiftUI to a UIHostingViewController, and when lots of apps use the navigation bar and you are left with two options: use the one in UIKit, or use the one in SwiftUI. Both have caveats, for example the back button, having an image for the background, transitions and animations. You'd think relying on UIKit's navigation bar would be an option, but then you potentially have clunky animations when navigation transitioning from an UIKit view to Another

Expand full comment