Question about ContentView
I am trying to follow a course but they have ContentView when starting a new iOS project and I don't.
I have Xcode 16.1.
Please help
I am trying to follow a course but they have ContentView when starting a new iOS project and I don't.
I have Xcode 16.1.
Please help
It is only available when using Swift UI. When setting up the new iOS project, you must choose SwiftUI under the Interface option. If you choose Storyboard as your Interface option instead, you won't have the ContentView to display the UI elements.
Ok, thanks!
Question about ContentView