aboutsummaryrefslogtreecommitdiff
path: root/foray/Scenes/ForayLoadingOverlay.swift (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-24Reorganise into folder groupsNicholas Tay1-0/+0
In preparation for presenters to come in largely, lots of files starting to go everywhere...
2022-03-21Loading overlay to custom class + add to coordinatorNicholas Tay1-0/+37
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.