Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-03-14 | Second type of custom cell | Nicholas Tay | 2 | -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-14 | Grouping items together by year | Nicholas Tay | 1 | -10/+49 | |
https://www.ralfebert.com/ios-examples/uikit/uitableviewcontroller/grouping-sections/ | |||||
2022-03-14 | Learning UITableViewController: array data + custom cells | Nicholas Tay | 29 | -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/ |