tableview - unrecognized selector sent to instance
Posted
by ct2k7
on Stack Overflow
See other posts from Stack Overflow
or by ct2k7
Published on 2010-04-06T03:10:51Z
Indexed on
2010/04/06
3:13 UTC
Read the original article
Hit count: 385
iphone
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?
© Stack Overflow or respective owner