I got this error twice. it says "error: redefinition of '-[SampleTableViewController tableView:cellForRowAtIndexPath:]'"
A:
You probably have the method '-[SampleTableViewController tableView:cellForRowAtIndexPath:]' twice in your project (file) and the compiler can't decide which one to pick.
diciu
2009-07-09 05:29:59