Hello!
I have made an iPad application that uses the Apple sample code called "PageControl". I did some changes to it, so i can load local HTML files inside an UIWebView ,inside an UIScrollView. Those HTML files uses CSS to style the layout, and javascript to get some small animations and transitions. The HTML file can also contain video.
At the moment i have 7 pages that each has a UIScrollView + UIWebView. I think i have some kind of memory problem, since it crashes some times and its quite heavy to navigate between the 7 pages.
Should i somehow release the UIScrollView / UIWebView for page 1 when i go to page 2 or something like that ?
Thanks in advance!