best way to load an image library of iphone nsmutablearray (600+ items)
问题 I have created an app which has a library of images. I have imported the images in to my resources folder in Xcode and am currently loading them in to an array in the appDelegate when the app loads. This is happening each time. I am now worried that as the library grows the app will run out of memory. Is there a better way of loading these? the structure is Library > category > image list > image I have an NSMutableArray called mainLibrary which I then add another nsmutablearray for each