I was created one small business application..Here I got the data from server and Parsed it and then display the data… Here The datas are stored in NSDictionary….For the use of NSDictionary i took Large amount of memory..Any replacement for NSDictionary and it will takes less memory…..
I was created one small business application..Here I got the data from server and
Share
Core Data framework or sqlite3, the former one is Apple’s native object graph management framework which provides kinda object-relational mapping features but is not actually an ORM(, though wikipedia does include Core Data in its ORM list).