aboutsummaryrefslogtreecommitdiff
path: root/foray/Scenes (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-18Try out 'share' aka UIActivityViewControllerNicholas Tay2-2/+39
2022-07-17Clean up force unwraps and letsNicholas Tay2-5/+5
Wow, I didn't know `if let` was a thing back then, haha. Also made UIImage a bit safer in case asset is missing by unwrapping in one common place.
2022-07-17Experiment with async/awaitNicholas Tay1-6/+10
Note that URLSession async only works >=iOS 15. I changed the target for now, but may mess with continuations.
2022-07-17'weak self' stuffNicholas Tay1-2/+4
2022-07-17Try out moving coordinator 'coordinated' VC thingNicholas Tay2-2/+5
2022-03-25ForayNewTableViewCell -> ForayTableViewCellNicholas Tay2-3/+3
2022-03-25getData -> fetch, try threading, move logic aroundNicholas Tay1-1/+1
2022-03-25Move Details ViewModel -> string/image into VCNicholas Tay1-2/+15
2022-03-24First attempt at PresenterNicholas Tay1-22/+18
This is admittedly pretty hard for me to wrap my head around, and I'm not even using background threading explicitly yet. Will improve.
2022-03-24Reorganise into folder groupsNicholas Tay5-0/+353
In preparation for presenters to come in largely, lots of files starting to go everywhere...