memory - ios app crashes when loading image from html string -
memory - ios app crashes when loading image from html string -
in app in web view page trying load images html string. there around 27 images. app getting crashed , in error study says memorywarning2. how overcome problem....please help me friends
you're loading many, big images memory @ 1 time.
unless need web view, utilize uiimageview
s in uiscrollview
, handle memory usage yourself.
if must utilize web view, maybe utilize smaller images.
ios memory warnings
Comments
Post a Comment