I'm trying to show in the screen a table...
Basically I create a custom UITableViewController with the methods needed for the UITableView delegate and data source which is self since UITableViewController does it for you.
When I put it in the -initWithRootView:
controller, and add the nav's bar view to the window it doesn't show! With debugging, the table is being created and all, but the delegate methods are never called!
Any ideas?