tags:

views:

21

answers:

1

Hi
Right now I am loading a large number of images when the application launches. Is there an easy way to determine the maximum total size of images capable of being loaded on any given device?

+1  A: 
tc.
thanks, but no I am referring to maximum size of a group or collection of images all loaded at an application's launch.
eco_bach
You're treading on thin ice. Presumably some developers used to tell users to reboot before running their app to free RAM, because Apple *specifically tells devs not to do this*. It's also bad form to allocate a lot of memory on startup, because this causes backgrounded apps to be killed which means they take longer to start up.
tc.