Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Experiment with async/await | Nicholas Tay | 2022-07-17 | 1 | -9/+10 |
| | | | | | Note that URLSession async only works >=iOS 15. I changed the target for now, but may mess with continuations. | ||||
* | 'weak self' stuff | Nicholas Tay | 2022-07-17 | 1 | -1/+2 |
| | |||||
* | Reorganise: NetworkManager -> Fetcher, Models -> dedicated groups | Nicholas Tay | 2022-03-25 | 1 | -8/+10 |
| | |||||
* | getData -> fetch, try threading, move logic around | Nicholas Tay | 2022-03-25 | 1 | -6/+10 |
| | |||||
* | First attempt at Presenter | Nicholas Tay | 2022-03-24 | 1 | -0/+32 |
This is admittedly pretty hard for me to wrap my head around, and I'm not even using background threading explicitly yet. Will improve. |