0

I created in Storyboards a UIVIewController with a Navigation Bar and a static TableView.

When i try to open the View then i can only see the Navigation Bar but not the TableView. What am i missing?

This is how it look like in my Storyboard:

storyboard

Eray Geveci
  • 1,099
  • 4
  • 17
  • 39

1 Answers1

0

Check the positioning and if it's hidden. Is the datasource and delegate of the tableView linked with the viewController?

Qutayba
  • 197
  • 9