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 have some very large network images. Each of them is about 50MB. After loading 20+ images, some old iPhone(1G memory) will receive memory warning, but not handled. App will be killed.
Can we add this feature: when receiving memory warning, release the retained underlyingImage in SKPhotoProtocol? Or any other way to avoid this issue?
The text was updated successfully, but these errors were encountered:
I have some very large network images. Each of them is about 50MB. After loading 20+ images, some old iPhone(1G memory) will receive memory warning, but not handled. App will be killed.
Can we add this feature: when receiving memory warning, release the retained
underlyingImage
inSKPhotoProtocol
? Or any other way to avoid this issue?The text was updated successfully, but these errors were encountered: