tableview - unrecognized selector sent to instance
- by ct2k7
Hi, I'v just got this error in my app.
2010-04-06 03:58:55.463 EasyPay DPS[6530:207] WARNING:
Using legacy cell layout due to delegate implementation of
tableView:accessoryTypeForRowWithIndexPath: in <NTItems: 0x397af90>.
Please remove your implementation of this method and set the cell properties
accessoryType and/or editingAccessoryType to move to the new cell layout
behavior. This method will no longer be called in a future release.
2010-04-06 03:58:55.505 EasyPay DPS[6530:207] *** -[NTItems tableView]:
unrecognized selector sent to instance 0x397af90
2010-04-06 03:58:55.515 EasyPay DPS[6530:207] ***
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:
'*** -[NTItems tableView]: unrecognized selector sent to instance 0x397af90'
This error is extremely unuseful - where do I start in my code?