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.
Asked
Active
Viewed 124 times
0
-
2Adding some screenshots on what you're doing may help define the problem. – aqua Mar 06 '13 at 06:33
-
2post code what you tried :) – Rushabh Mar 06 '13 at 06:33
-
put relavent code/ screenshots here :) – iPatel Mar 06 '13 at 06:38
-
show some code or screen shots. – Cintu Mar 06 '13 at 17:45
1 Answers
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