aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayCoordinator.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganise into folder groupsNicholas Tay2022-03-241-63/+0
| | | | | In preparation for presenters to come in largely, lots of files starting to go everywhere...
* Loading overlay to custom class + add to coordinatorNicholas Tay2022-03-211-0/+10
| | | | | | | Just an idea I had, since it was quite messy that a TableViewController was handling all that. Instead now it should be reusable through the ForayCoordinator itself, which means e.g. on details screen, we can show the loading overlay.
* First try at implementing coordinator patternNicholas Tay2022-03-211-0/+53
Resources: - https://www.hackingwithswift.com/articles/71/how-to-use-the-coordinator-pattern-in-ios-apps