TableView Custom Cells in 4 Steps! (Swift 4)

Опубликовано: 02 Январь 2019
на канале: Mobile App Mike
169
4

In this video, you'll learn how to create custom cells in a UITableView. WATCH IT! :)

Steps:
1) Create TableViewCell cocoa touch class w/ xib
2) Create a cell instance targeting the new class we created
3) Register xib file in viewDidLoad()
4) Edit your cell!

Download the Starting Project Here: https://github.com/mgm720/TableViewTu...
Download the Completed Version Here: https://github.com/mgm720/CustomCells

Check out my video on TableViews here:    • Create a TableView in 5 Steps! (Swift 4)