Hi everyone. I’ve tried building an iOS 13 app based on the Coordinator pattern from the final chapter. The final source code provided with the book looks as though it was built in iOS 12 or earlier… as there is no ‘Scene Delegate’ file (But I may be wrong!). I’m guessing iOS 13 requires a slightly different implementation with the new scene delegate file to get the Coordinator pattern to run successfully.
Is there a different process when building this pattern for iOS 13?