Transition from storyboard to Swift UI

this is not an code related doubt

I have 2 two storyboard which is connected to each other say like LoginView and SignUpView in storyBoard

and then I have create the HomeView in SwiftUI File How do I tell the Xcode to run the SwiftUI File after the LoginView.StoryBoard

Answered by Claude31 in 734697022

You should use UIHostingController

https://www.createwithswift.com/using-a-swiftui-view-in-a-uikit-app/

Accepted Answer

You should use UIHostingController

https://www.createwithswift.com/using-a-swiftui-view-in-a-uikit-app/

Exactly the thing I needed ,Thanks

also if some need extra help watch this Youtube video https://youtu.be/Zrp7RzAwm8Q

Transition from storyboard to Swift UI
 
 
Q