PageControl - releasing controllers
Hi all,
I'm working on an app that uses a scrollview with paging. Each 'page' has it's own controller and all controllers are stored in an array similar to the PageControl example.
It's all working fine, but I'm running into a memory issue.
Since my app has quite a few 'pages' with images on them I've been trying to release controllers of pages that are not visible, but if I just release the controller sometimes the app crashes.
Does anyone have an example of a stable way to release the controllers and views of the PageControl example?
Thanks
Skip
|