I am making an application using UIScrollView.In this we have to do zooming and paging of images.I have about 100 images and size of each image is 1.5 MB.Currently i am using scrollview for this ,but when i load more than 10 images the app crashes giving memory warnings.
Please somebody help me as i am stuck with this crashing of app.I have tried many other things also but it does not work.My app is just like photo library of iphone.Plese somebody suggest me what i have to do.
Thanks in advance.
Just try to debug your code and find where the app is crashing. So you can get the reason of crash.
xCode debuging is very strong and helpful.
put your crashing code here. so someone may tell you what you are doing wrong.