Rightpoint / ios-template

A `cookiecutter` template for iOS projects
MIT License
94 stars 26 forks source link

Support multiple windows / UISceneDelegate #157

Open chrisballinger opened 4 years ago

chrisballinger commented 4 years ago

The template currently makes a lot of assumptions about app lifecycle that break if we support multi-window via UISceneDelegate: https://developer.apple.com/documentation/uikit/uiscenedelegate

The hard part will be supporting iOS 12 backwards compatibility.