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?
views:
21answers:
1thanks, but no I am referring to maximum size of a group or collection of images all loaded at an application's launch.
eco_bach
2010-06-21 19:37:59
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.
2010-06-28 11:08:51