I'm starting to learn to program and I'm already getting a really annoying problem. When I follow, step by step, the Apple Developer guide "Start Developing iOS Apps Today" and I add a UITableViewController (even if it's the only view controller in the project) and I set it as the initial ViewController, I run the app to check if it works and I can't get the table view to show, all I see is a blank static background.
It doesn't matter what kind of cell I use, the table view doesn't appear.
What am I doing wrong?
Xcode 5.1, target: iOS 7.1
How to get UItableView
to show
UITableViewController
to the storyboardIdentifier
(e.g "cell")UITableViewController
Class.ViewController
you draggedsection
row
per section
cellAtRowIndex
I created a DEMO PROJECT for you, see how I did things over there.