Swift Development
I am heading down the Swift path and wanted to share what I have been learning. In this series I will walk you through my full-stack development journey, explaining how to setup your local environment, xcode configuration, certificates, fastlane and so much more by building a Swift application from start to finish.
No Story Build Setup:
Start up xcode and create a new project, next go to the project navigator and delete the main.storyboard file and the SceneDelegate and rename the ViewController to MainViewController:
Next navigate to the info.plist and delete the storyboard and scene reference:
Once the references are delete go to the AppDelegate and set the main application window to the MainViewController:
To ensure the ViewController is loading set a background color and run the application: