Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass through UIWindow to coordinatorHEADmaster | Nicholas Tay | 2022-07-18 | 1 | -1/+3 |
| | | | | In case we need it later | ||||
* | Custom share sheet icons and load them with UIImage | Nicholas Tay | 2022-07-18 | 1 | -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. | ||||
* | Try out 'share' aka UIActivityViewController | Nicholas Tay | 2022-07-18 | 1 | -0/+32 |
| | |||||
* | Try out moving coordinator 'coordinated' VC thing | Nicholas Tay | 2022-07-17 | 2 | -9/+11 |
| | |||||
* | Move Details ViewModel -> string/image into VC | Nicholas Tay | 2022-03-25 | 1 | -14/+1 |
| | |||||
* | First attempt at Presenter | Nicholas Tay | 2022-03-24 | 1 | -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. | ||||
* | Reorganise into folder groups | Nicholas Tay | 2022-03-24 | 2 | -0/+82 |
In preparation for presenters to come in largely, lots of files starting to go everywhere... |