0

My content does not appear in the table cells during simulation even after i have changed them all to Table view controllers and made them static cells and throws me the error Static table views are only valid when embedded in UITableViewController instances i have not added in any code yet so i cant think of what could be wrong Help greatly needed.

iPatel
  • 46,010
  • 16
  • 115
  • 137
Obcure
  • 961
  • 3
  • 11
  • 22

1 Answers1

2

Sounds like you didn't update the Storyboard. Did you change the view controller class in the storyboard to UITableViewController or your subclass? Somewhere the parent of your static tableview isn't pointing to your UITableView class.

Richard Brown
  • 11,346
  • 4
  • 32
  • 43