Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Main.storyboard file not showing up in my new Xcode project?

Tags:

xcode

ios

The new Xcode project does not have any main.storyboard file in the showing the project please help with this problem.

img

like image 367
Siddhant Angore Avatar asked Oct 20 '25 01:10

Siddhant Angore


1 Answers

You have SwiftUI enabled in your project, which does not use storyboards anymore.

Your layout is inside the ContentView.swift file.

If you do want to work the old way, with storyboards, you should uncheck 'Use SwiftUI' in the project creation screen.

From RayWenderlich (Image is from this article. Which is a good place to get started.)

like image 90
Nico Griffioen Avatar answered Oct 21 '25 16:10

Nico Griffioen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!