[NSCFArray row]: unrecognized selector sent to instance 0x3953a20
- by Nick Dima
I get a crash with this console message:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSCFArray row]: unrecognized selector sent to instance 0x3953a20'
This happens when I scroll trough a table that gets its data from an array of dictionaries.