It seems that some of the memory allocated for presenting a MHGalleryController is never released. I experienced it in my app and decided to profile the sample application in Instruments by tapping on the first image of the collection view tab by opening and closing it repeatedly, allocating and deallocating each time a MHGalleryController.
Here is Instruments showing some screenshots of memory allocation before launching the gallery. It seems to grow by 1.55 MB each time.
It seems that some of the memory allocated for presenting a MHGalleryController is never released. I experienced it in my app and decided to profile the sample application in Instruments by tapping on the first image of the collection view tab by opening and closing it repeatedly, allocating and deallocating each time a MHGalleryController.
Here is Instruments showing some screenshots of memory allocation before launching the gallery. It seems to grow by 1.55 MB each time.
Am I missing something?