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:
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:
Check the positioning and if it's hidden. Is the datasource and delegate of the tableView linked with the viewController?