aboutsummaryrefslogtreecommitdiff
path: root/foray/SceneDelegate.swift (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-18Pass through UIWindow to coordinatorHEADmasterNicholas Tay1-7/+7
In case we need it later
2022-03-21Switch to launch with SceneDelegateNicholas Tay1-1/+11
Pretty sure I'm meant to launch via SceneDelegate now, was confused by that probably due to older tutorials. Read a bit about it and it seems like it's due to multi-instance/screen support, so switched back to doing it this 'new way'. Was a bit confused but I think I deleted too much from Info.plist and got rid of the 'Default Configuration' which launches the SceneDelegate. I think we're good now though, had to reference a new template project. References: - https://sarunw.com/posts/how-to-create-new-xcode-project-without-storyboard/