aboutsummaryrefslogtreecommitdiff
path: root/foray (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-14Second type of custom cellNicholas Tay2-10/+85
Not sure if this is the correct way of switching into a different cell type with the prototypes, but it works. To review.
2022-03-14Grouping items together by yearNicholas Tay1-10/+49
https://www.ralfebert.com/ios-examples/uikit/uitableviewcontroller/grouping-sections/
2022-03-14Learning UITableViewController: array data + custom cellsNicholas Tay29-32/+244
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/