That crashes the app with a "EXC_BAD_ACCESS"
when I comment out
Code:
[editView setTitle:[listOfDocs objectAtIndex:indexPath.row]];
it runs fine, the name just does not change.
I'm not sure what I am doing wrong.. can someone help please?
Thanks[/quote]
Hi,
I do not have a solution - but it seems that I have the same problem. May you can set a breakpoint on the point where the app is crashing (when you try to objectAtIndex:X) - If it is of type "NSCFString" then we have the same issue...
Do you have a property of "setTitle" in the .h of the new View? Did you made @synth...?
BR,
Stefan