aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayTableViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split structs into other file, split networking outNicholas Tay2022-03-201-66/+17
* Add back in RefreshControlNicholas Tay2022-03-191-1/+1
* Fix selected item not being passed throughNicholas Tay2022-03-191-1/+1
* Storyboard is GONENicholas Tay2022-03-191-0/+1
* Remove segue, push directly into nav controllerNicholas Tay2022-03-191-14/+7
* Add back in segue to details viewNicholas Tay2022-03-181-5/+13
* Cleanup old prototype cellsNicholas Tay2022-03-181-23/+3
* Add back in description label and image to custom cellNicholas Tay2022-03-181-13/+13
* Split table view cell into separate fileNicholas Tay2022-03-181-10/+17
* Use public URL for dummy API JSONNicholas Tay2022-03-161-3/+5
* Sort items by date first as well for within-section sortNicholas Tay2022-03-161-0/+1
* MyItem -> PenguinItemNicholas Tay2022-03-161-13/+13
* Add refresh control + fix weird cachingNicholas Tay2022-03-161-2/+16
* Loading overlay on main screenNicholas Tay2022-03-161-0/+11
* Add a detail viewNicholas Tay2022-03-161-0/+10
* Make items Decodable and hook up to a JSON dummy endpointNicholas Tay2022-03-151-21/+53
* Second type of custom cellNicholas Tay2022-03-141-9/+24
* Grouping items together by yearNicholas Tay2022-03-141-10/+49
* Learning UITableViewController: array data + custom cellsNicholas Tay2022-03-141-0/+59