Create a TableView in 5 Steps! (Swift 4)

Опубликовано: 31 Декабрь 2018
на канале: Mobile App Mike
70
2

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 (...