aboutsummaryrefslogtreecommitdiff
path: root/foray/Scenes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Custom share sheet icons and load them with UIImageNicholas Tay2022-07-181-14/+2
| | | | | | Found that LPLinkMetadata + NSItemProvider can actually use UIImage. I think this is better now since not using a bundle load and can use assets.
* Try out 'share' aka UIActivityViewControllerNicholas Tay2022-07-182-2/+39
|
* Clean up force unwraps and letsNicholas Tay2022-07-172-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.
* Experiment with async/awaitNicholas Tay2022-07-171-6/+10
| | | | | Note that URLSession async only works >=iOS 15. I changed the target for now, but may mess with continuations.
* 'weak self' stuffNicholas Tay2022-07-171-2/+4
|
* Try out moving coordinator 'coordinated' VC thingNicholas Tay2022-07-172-2/+5
|
* ForayNewTableViewCell -> ForayTableViewCellNicholas Tay2022-03-252-3/+3
|
* getData -> fetch, try threading, move logic aroundNicholas Tay2022-03-251-1/+1
|
* Move Details ViewModel -> string/image into VCNicholas Tay2022-03-251-2/+15
|
* First attempt at PresenterNicholas Tay2022-03-241-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.
* Reorganise into folder groupsNicholas Tay2022-03-245-0/+353
In preparation for presenters to come in largely, lots of files starting to go everywhere...