Using Storyboard in iOS 5, I added a uitableview into an existing view controller with static cells, but when I run the app, the tableview does not show up. Everything else on the view loads fine.
How can I display the uitableview with static cells as a subview on a regular view controller?
New to iOS development, but from what I understand static cells only work within a UITableViewController.
Are you receiving the following error message: