Is that viewController really is a UITableViewController instance ?
For SecondLevelViewController, it seems to me you're implementing your own table view controller, so I don't think there's any need to use XIB, just assign the delegate and data source of the table view to the SubscriptionDetailController.
__________________
Visit Me
Writing code is not only about writing instructions to a machine / computer, but also about writing something that could be read, understood, and maintained by others. That's why, I like Cocoa.
|