Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-17 | Experiment with async/await | Nicholas Tay | 1 | -9/+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' stuff | Nicholas Tay | 1 | -1/+2 | |
2022-03-25 | Reorganise: NetworkManager -> Fetcher, Models -> dedicated groups | Nicholas Tay | 1 | -8/+10 | |
2022-03-25 | getData -> fetch, try threading, move logic around | Nicholas Tay | 1 | -6/+10 | |
2022-03-24 | First attempt at Presenter | Nicholas Tay | 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. |