memory issue iPad 4.2 crashes
Posted
by
Manoj Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Manoj Kumar
Published on 2010-12-29T13:28:17Z
Indexed on
2010/12/29
14:53 UTC
Read the original article
Hit count: 303
I am developing a application which receives 600-700 KB of XML data from the server. I have to do some manipulations in that data so once received the data the memory increases to 600 KB to 2 M.B. Already view occupied 4 M.B of memory in the application. So while processing the XML data i m doing some manipulation(pre-parsing) and the memory increases to 600 K.B to 2 M.B and finally decreases to 600 K.B. due to increase in memory, application gives the memory warning. While getting memory warning i m releasing all the views in the navigation controller but it releases only 1 M.B of memory. Even though I release all the views the application is crashing. Please help me out in this issue. It happens in iPad 4.2.
Thanks in advance
© Stack Overflow or respective owner