aboutsummaryrefslogtreecommitdiff
path: root/foray (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix selected item not being passed throughNicholas Tay2022-03-192-4/+5
* Adjust offsets and fix details label linesNicholas Tay2022-03-192-4/+5
* Storyboard is GONENicholas Tay2022-03-196-101/+13
* Remove segue, push directly into nav controllerNicholas Tay2022-03-192-37/+7
* Detail view is now programatically createdNicholas Tay2022-03-193-70/+94
* Add back in segue to details viewNicholas Tay2022-03-182-8/+29
* Cleanup old prototype cellsNicholas Tay2022-03-182-133/+6
* Use margins for new cell container + better image insetNicholas Tay2022-03-181-12/+13
* Add back in description label and image to custom cellNicholas Tay2022-03-182-19/+62
* Split table view cell into separate fileNicholas Tay2022-03-182-10/+56
* Added SnapKit with Swift package managerNicholas Tay2022-03-181-2/+3
* 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-162-14/+14
* Add refresh control + fix weird cachingNicholas Tay2022-03-162-2/+19
* Modify details to multiline with release date includedNicholas Tay2022-03-162-5/+12
* Loading overlay on main screenNicholas Tay2022-03-161-0/+11
* Add a detail viewNicholas Tay2022-03-163-2/+125
* Make items Decodable and hook up to a JSON dummy endpointNicholas Tay2022-03-151-21/+53
* Second type of custom cellNicholas Tay2022-03-142-10/+85
* Grouping items together by yearNicholas Tay2022-03-141-10/+49
* Learning UITableViewController: array data + custom cellsNicholas Tay2022-03-1429-32/+244
* Initial CommitNicholas Tay2022-03-149-0/+296