This video shows how to create a UITableView and add it to your app.
Steps:
1) Drag TableView in using Interface Builder
2) Add the 2 necessary protocols
3) Add TableView as an IBOutlet
4) Set "self" as delegate and datasource
5) Add necessary protocol methods
6) Add your data!
Download the final project here: https://github.com/mgm720/TableViewTu...
Want to persist the data? Check out my video on Realm database here: • CRUD with Realm Database in 7 Steps (...