Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-21 | Switch to launch with SceneDelegate | Nicholas Tay | 1 | -11/+15 | |
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/ | |||||
2022-03-21 | First try at implementing coordinator pattern | Nicholas Tay | 1 | -6/+7 | |
Resources: - https://www.hackingwithswift.com/articles/71/how-to-use-the-coordinator-pattern-in-ios-apps | |||||
2022-03-19 | Storyboard is GONE | Nicholas Tay | 1 | -15/+10 | |
Note - I had to fo into the Target settings -> Info -> Custom iOS Target Properties -> adjust the Application Scene Manifest there. Resources: - https://ioscoachfrank.com/remove-main-storyboard.html - https://stackoverflow.com/questions/25167458/changing-navigation-title-programmatically |