My app has an UITableView. Its cells downloads pictures from tumblr using AFNetworking. This actually does work but I noticed that my app need like 5 MB more of memory as soon as I start downloading pictures. I first though that it's a leak, however, my app doesn't have a leak. So I checked the memory usage of instagram and such and noticed that they need more memory too, as soon as I start downloading posts.
So I'm wondering why downloading images involves such a big overhead? Or am I totally wrong and my app's not working?