aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayTableViewController.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Second type of custom cellNicholas Tay2022-03-141-9/+24
| | | | Not sure if this is the correct way of switching into a different cell type with the prototypes, but it works. To review.
* Grouping items together by yearNicholas Tay2022-03-141-10/+49
| | | | https://www.ralfebert.com/ios-examples/uikit/uitableviewcontroller/grouping-sections/
* Learning UITableViewController: array data + custom cellsNicholas Tay2022-03-141-0/+59
Forgot to commit after finishing just the using array data bit. So committing with the custom cells done. https://www.ralfebert.com/ios-examples/uikit/uitableviewcontroller/