Quote:
Originally Posted by BrianSlick
Well, identify the reason for your crashes before exploring too many possible explanations. For example, if it happens in the simulator, it almost certainly is not a memory issue.
I'm partial to navigation controllers, personally.
|
Okay soo I found out the problem... It is the views stacking on top of views, because the app is constantly switching views making the app crash a certain point. So how can I forget the previous views so I can free up memory as I navigate through the app.