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
i presented locally defined(not strong reference of) imagePicker's modalPresentationStyle is .fullscreen and i dismiss it memory is not occupied by imagePicker is not released..
Steps to reproduce:
set modalPresentationStyle to .fullScreen in demo
present imagepicker on screen
close imagepicker
memory will not get released..
if you follow above steps like 5 or 6 times..Memory gets multiplied everytime you present imagepicker..
How can release the memory while still keeping modal presentation style to fullscreen?
The text was updated successfully, but these errors were encountered:
faced same problem, here as well. tried to pop my navigationcontroller to root vc. However, when I declared the imagePicker's modal presentationstyle to .fullscreen, even after popping to root view controller, eventhough the imagePickerController seemed to be released, the photo collectionView still remained on the screen. I think this was due to the fact that memory were not released.
i presented locally defined(not strong reference of) imagePicker's modalPresentationStyle is .fullscreen and i dismiss it memory is not occupied by imagePicker is not released..
Steps to reproduce:
set modalPresentationStyle to .fullScreen in demo
present imagepicker on screen
close imagepicker
memory will not get released..
if you follow above steps like 5 or 6 times..Memory gets multiplied everytime you present imagepicker..
How can release the memory while still keeping modal presentation style to fullscreen?
The text was updated successfully, but these errors were encountered: