UIKit in XCode 12.3

I am completely new to XCode, so this may be a really simple (or even unnecessary) question.

Is there any way I can load UIKit instead of SwiftUI in XCode 12.3? I am trying to follow a tutorial for XCode but they are using viewcontroller, which is not in the SwiftUI.


When you create a new app target in Xcode, you're presented with a few configuration options for the contents of the app. One of those choices is Interface, where you can choose SwiftUI or Storyboard. You want the Storyboard option.
When you create a new project, from the tabs above choose "iOS", then for application template select "App" and click next.

In the next step change Interface to "Storyboard" from the drop down menu.
UIKit in XCode 12.3
 
 
Q