Running Storyboard on a simulator

I create Storybaords with ViewControllers and everything but each time I run my code the simulator only displays the SwiftUI code which I do not want it to do. Any help would be appreciated

Answered by Claude31 in 683716022

Is it a SwiftUI app or an UIKit with storyboard ?

You cannot create a SwiftUI app and use storyboard / UIKit anymore.

Accepted Answer

Is it a SwiftUI app or an UIKit with storyboard ?

You cannot create a SwiftUI app and use storyboard / UIKit anymore.

Running Storyboard on a simulator
 
 
Q