You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: