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 uiimageviews in uiscrollview , handle memory usage yourself.

if must utilize web view, maybe utilize smaller images.

ios memory warnings

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -