Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up force unwraps and lets | Nicholas Tay | 2022-07-17 | 1 | -6/+8 |
| | | | | | | 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/await | Nicholas Tay | 2022-07-17 | 1 | -16/+11 |
| | | | | | Note that URLSession async only works >=iOS 15. I changed the target for now, but may mess with continuations. | ||||
* | Reorganise: NetworkManager -> Fetcher, Models -> dedicated groups | Nicholas Tay | 2022-03-25 | 1 | -0/+49 |