标签: ios xcode
The new Xcode project does not have and main.storyboard file in the showing the project please help with this problem.
答案 0 :(得分:0)
您已在项目中启用SwiftUI,该项目不再使用情节提要。
您的布局位于ContentView.swift文件中。
ContentView.swift
如果您想使用情节提要使用旧方法,则应在项目创建屏幕中取消选中“使用SwiftUI”。
(图片来自this article.,这是一个入门的好地方。)