Guys guys
I have this error that prevents me from moving forward. I basically have an application that contains a UITabViewController that points to individual UIViewControllers. So, one of the tabs, I want to implement a basic TableViewController.
Now, no matter what I do, regardless of whether I cut it and paste it in a sample UIViewController code that implements a UITableView or something else, or even just the default UITableViewController pattern from Xcode, I get the same error below:
2009-09-06 12: 29: 23.889 iKosher [12536: 207] * - [UIViewController tableView: numberOfRowsInSection:]: unrecognized selector sent to instance 0xe1d8d0 2009-09-06 12: 29: 23.891 iKosher [12536: 207] * Application termination due to the uncaught exception "NSInvalidArgumentException", reason: "*** - [UIViewController tableView: numberOfRowsInSection:]: unrecognized selector sent to instance 0xe1d8d0 '2009-09-06 12: 29: 23.891 iKosher [12536: 207] Stack: (807902715, 2492915529, 808284155, ...
In IB, all I did was drag and drop onto the UITableView and set its delegates to point to the owner of the file.
Not sure what else I can do from here.