iPhone: App crashes when I click on a cell in table view.
Posted
by Jack Griffiths
on Stack Overflow
See other posts from Stack Overflow
or by Jack Griffiths
Published on 2010-04-21T09:00:19Z
Indexed on
2010/04/21
9:03 UTC
Read the original article
Hit count: 270
Hi there,
Compiling my application works—everything is fine. The only errors I get are by deprecated functions (setText).
The only problem is now, is that when I tap on a cell in my table, the app crashes, even though it's meant to push to the next view in the stack.
Any solutions are appreciated, if you need any code, just ask.
Also, how can I only make sure that one cell goes to only one view? For example:
When I tap on CSS, it takes me to a new table with different levels of CSS. WHen I tap on an item in that new view, it comes up with an article on what I just selected.
Regards,
Jack
© Stack Overflow or respective owner