App Crashing at random!
I am writing my first test app, and am having a few problems with it.
The app consists of a TabBar, currently with only 1 Tab, and a TableView. The TableView pushes new views into place when items are selected.
On the detail view there is a button to push a map view. This uses the MapView control.
The app works as expected, but will crash (exit) at random times when switching back and forth between the TableViews.
The app only seems to crash when on an actual device, it seems to work fine in the Simulator.
I have ran the app through Instruments using the Leaks option, and have fixed the couple of leaks that were in my code (I wasn't releasing things properly), but I still have the intermittent crash problem.
I have been moving through the TableView quite quickly, and was wondering if it is just me being impatient.
If anyone has any additional ways to try and solve this problem, the help would be appriciated.
|