I got this error twice. it says “error: redefinition of ‘-[SampleTableViewController tableView:cellForRowAtIndexPath:]'”
I got this error twice. it says error: redefinition of ‘-[SampleTableViewController tableView:cellForRowAtIndexPath:]’
Share
You probably have the method ‘-[SampleTableViewController tableView:cellForRowAtIndexPath:]’ twice in your project (file) and the compiler can’t decide which one to pick.