Page 2 of 2

Re: Serious Memory Issues while loading Images

Posted: Thu Apr 24, 2014 11:59 pm
by kikito
Don't load all the images at once. Load only the ones you need at each moment, and discard them (set their variables to nil) when you don't need them any more.