aboutsummaryrefslogtreecommitdiff
path: root/foray/Coordinators (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-18Pass through UIWindow to coordinatorHEADmasterNicholas Tay1-1/+3
In case we need it later
2022-07-18Custom share sheet icons and load them with UIImageNicholas Tay1-3/+3
Found that LPLinkMetadata + NSItemProvider can actually use UIImage. I think this is better now since not using a bundle load and can use assets.
2022-07-18Try out 'share' aka UIActivityViewControllerNicholas Tay1-0/+32
2022-07-17Try out moving coordinator 'coordinated' VC thingNicholas Tay2-9/+11
2022-03-25Move Details ViewModel -> string/image into VCNicholas Tay1-14/+1
2022-03-24First attempt at PresenterNicholas Tay1-4/+2
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 Tay2-0/+82
In preparation for presenters to come in largely, lots of files starting to go everywhere...