Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on a project that contains lot of images. i just wanted to be sure that if any of my view controller that contains about 70 images and i have put those images via storyboard will that too consumes memory of about 2-3 MB ?,as it showing in instruments or it due to some memory leak?

share|improve this question

1 Answer

up vote 1 down vote accepted

As per your description there is no leak, your code should be able to give more info. So in short if application is loaded and images are rendered, the it takes up memory. However if you are not managing the memory correctly, it will leak and your question does not contain sufficient info to make any comment on that.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.