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