How do you do it with Interface Builder?
I have created a UITableViewController class, and in interface builder the dataSource and delegate are assigned to File's Owner.... but the view come up blank when I push to it. I also set breakpoints that show numberOfSectionsInTableView is called but not numberOfRowsInSection.
|