Quote:
Originally Posted by MonsterMunch03
- In a tab bar based app i'm creating an array from severals plist files, i create tempArray, i fill the array with my tempArray, and release the temp.
At the end my fullArray has 1101 objects, only string.
Is it too long, will it be a problem for iPhone memory ? Or maybe Apple does not like this way of using amount of data when i ll take my app to iTunes connect.
|
I can't answer- you need to test on the phone to see how much memory it uses, and how fast it is. If it is too slow you'll have to switch to using core data (or SQLite) and ONLY loading the records you need, instead of loading all records at once.