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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Each time i present ViewController with mapBox my memory increases by ~20 mb, i'm sure it's mapbox because if i remove them i don't have such memory behaviour.
I try to add mapBox as view in my storyboard and connect it by weak reference to my viewController, also i try add mapbox in my view programmatically, but bought times i have the same memory increasing...
On my map i only show pin annotations with different images, but even if i show empty map, it is still don't releasing.
What i'm ding wrong? Thank you.
The text was updated successfully, but these errors were encountered:
Each time i present ViewController with mapBox my memory increases by ~20 mb, i'm sure it's mapbox because if i remove them i don't have such memory behaviour.
I try to add mapBox as view in my storyboard and connect it by weak reference to my viewController, also i try add mapbox in my view programmatically, but bought times i have the same memory increasing...
On my map i only show pin annotations with different images, but even if i show empty map, it is still don't releasing.
What i'm ding wrong? Thank you.
The text was updated successfully, but these errors were encountered: