Displaying large images in Scrollable view results in crash of app

You must Login before you can answer or comment on any questions.

I am trying to display images of size around 2MB (1600x1400) in a scrollable view. For this I've created the imageview and set the width and height. Unfortunately when I click on table row to display the images in scrollable view, app crashes. I've also checked with instruments that app crashes due to low memory.

I also found that there are modules but I am wondering that should I use modules or am I missing something. I also found out using blob images but those are required when I want to write image somewhere. Correct me if I am wrong.

1 Answer

I would make two suggestions, one use smaller images and two dynamically load the images into the scroll view

Your Answer

Think you can help? Login to answer this question!