Zap the SceneDelegate in iOS 12 and just use the AppDelegate
Useful for Tech Tests
You might be doing a tech test, now that the summer is over. In order to pass that test you’ll need to make this project one of your better ones.
One particular rating of quality is avoiding repeated code. To repeat code in the AppDelegate and the SceneDelegate is one way that you might not have the best outcome from your tech test.
This short guide will tell you how you might create a new project that doesn’t need a SceneDelegate at all so has a single entry point for your application.
It will be smart, and make things easier to deal with if you have complex configuration for your Application.
Oh, this will only work in iOS12 and later so if your particular tech test requests iOS 11 (and some are still around) this isn’t the guide for you.
Sure, some people like articles. Some people like tutorials. You’re in the right place for both of them as the video is here and the tutorial is right after the video (if you scroll!)