UINavigationController crashes after pushing 3 views onto stack
Posted
by joec
on Stack Overflow
See other posts from Stack Overflow
or by joec
Published on 2010-04-26T18:55:26Z
Indexed on
2010/05/11
0:34 UTC
Read the original article
Hit count: 259
uinavigationcontroller
|iphone-sdk-3.0
I have a navigation controller, which has the following structure:
Category
Item
Item Detail
I can choose a category, and then choose an item to see its details. I can do this twice, i.e. go Back
to the list of items and select another item. If i try this a third time, the app crashes, I get objc_msgSend
in stack but thats all. But, instead of choosing another item, i go to the list of categories, and choose a different category, I can select two items in that category, before it crashes also.
What would be causing this?
Thanks
© Stack Overflow or respective owner