aboutsummaryrefslogtreecommitdiff
path: root/foray/Base.lproj/Main.storyboard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a detail viewNicholas Tay2022-03-161-2/+82
| | | | | Resources: - https://guides.codepath.com/ios/Using-UITableView (was a bit dated)
* Second type of custom cellNicholas Tay2022-03-141-1/+61
| | | | Not sure if this is the correct way of switching into a different cell type with the prototypes, but it works. To review.
* Learning UITableViewController: array data + custom cellsNicholas Tay2022-03-141-13/+62
| | | | | | 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/
* Initial CommitNicholas Tay2022-03-141-0/+24