Reputation: 4869
I have three layered TTLauncherViewControllers that I trigger using the url: "tt://launcher/{number}" ... the class then checks the number and based on that displays a different launcher view. For instance from the home screen you can click "Team" and a new launcher view pops up with all the team members.
For some reason if I click something and go back and forth it gives me an EXC_BAD_ACCESS ... which I cannot figure out. Any ideas on why this may be?
Edit: Here is a stack trace:
Upvotes: 0
Views: 326
Reputation: 2141
Looks like there's a memory leak somewhere, either in Three20 or in your code. Are you certain that you're retaining everything as you should be?
Upvotes: 1