-[UITableViewRowData isEqualToString:]: unrecognized selector sent to instance 0x391dce0
- by tak
I have a datatable which shows the list of contacts. when I start the application all the data is loaded correctly.But after selecting a contact, I am sometimes getting this exception :-
Program received signal: “EXC_BAD_ACCESS”.
and sometimes
-[UITableViewRowData isEqualToString:]: unrecognized selector sent to instance 0x391dce0
most…