views:

89

answers:

1

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