Kodeco Forums

Video Tutorial: Table Views in iOS Part 2: TableView Controllers

Learn about TableView Controllers and the convenience they provide when working with tables.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3300-table-views-in-ios/lessons/3

Demo started is scary bugs, should be Pretty Icons.

Thanks for the heads up! I’ve updated the project.

Hi Brian.
I did not get images.
Do you help me please?

The images are included in the starter projects. Are you not seeing them?

Hi Brian, demo is not about PrettyIcons. Can you check it please ? Thanks.

Hi Brian.
What is the idea behind making an array variable "
var bugs = [ScaryBug] " in the challenge walkthrough and then “bugs = ScaryBug.bugs( )” in viewDidLoad ?