aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayDetailViewController.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MyItem -> PenguinItemNicholas Tay2022-03-161-1/+1
| | | | | | Makes it clear which parts are tightly coupled. I want to learn how to make this more generic so I can try hooking into other APIs easily (which make require different destructuring of JSON).
* Modify details to multiline with release date includedNicholas Tay2022-03-161-3/+10
|
* Add a detail viewNicholas Tay2022-03-161-0/+33
Resources: - https://guides.codepath.com/ios/Using-UITableView (was a bit dated)