no swiftcontroller

When I add a new app I don't get a viewcontroller swift file. The first screen has APP under IOS. It doesn't have single frame app. What happened to swiftcontroller?

Replies

Which version of Xcode ?

Do you create as UIKit (storyboard) or SwiftUI ?

In the later (UIKit), you get a ViewController:

Not in the former (SwiftUI)