I'm trying to follow STORMVIEWS tutorial which was made with an old version of swift were viewed load was still available
The viewDidLoad method is still available. Your problem is that you are using SwiftUI to follow a tutorial that uses UIKit.
Start over by creating a UIKit project. Take the following steps to create a UIKit project in Xcode:
In Xcode choose File > New > Project.
Select iOS from the platforms at the top of the New Project Assistant.
Select the App template from the list of iOS app templates.
Click the Next button.
Choose Storyboard from the Interface menu.
Read the following article for more details and a screenshot:
https://www.swiftdevjournal.com/xcode-11-missing-view-controllers/
Topic:
Programming Languages
SubTopic:
Swift
Tags: