TableView - XIB Custom Cells : Swift 3 [3/4]

preview_player
Показать описание
This video series tutorial is the introduction to UITableView and helps you to be able to use UITableView correctly. The video series also shows you the methods to customize your UITableView in Swift 3.

By the end of this video series, you will be able to build a simple iOS app containing UITableView with the customized cells in the table!

House Data:
let houseData = ["Arryn", "Baratheon", "Greyjoy", "Lannister", "Martell", "Stark", "Targaryen", "Tully", "Tyrell"]

let wordsData = ["As high as honor", "Ours is the fury", "We do not sow", "Hear me roar", "Unbowed, unbent, unbroken", "Winter is coming", "fire and blood", "Family, duty, honor", "Growing strong"]

Asset for download:

Complete project for download:

Any questions, suggestions, or improvements please comment below.

PLEASE Like, Share, and Subscribe!!!
Рекомендации по теме
Комментарии
Автор

Naming the XIB reuse ID the same as the cell is really bad.

jackh