So did Xcode 12.4 get rid of "storyboards" by default? And if so, where do I go to relearn how to start?
Thanks.
With choosing Storyboard, you will see ViewController.swift or AppDelegate.swift or Main.storyboard -- all such things.If I go without SwiftUI, do I lose anything?
As already said, you have never used any SwiftUI functionalities. How many of your .swift file have import SwiftUI?will I lose any new functionality (enduser wise) by not using SwiftUI?
If you want to go with what you have learnt till now, you need to choose Storyboard.
You can switch to SwiftUI and will find many functionalities are lacking in SwiftUI and many things are quite difficult in SwiftUI which was easy or not easy but you have learnt how.
Please clarify one thing:
Were you thinking you were using SwiftUI?