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 Nov 12, 2024. It is now read-only.
Hello!
I found something strange. Sometimes my viewcontrollers are not released, then using the profiler I saw how in the vc lifecycle NSConcreteMapTable increments the retain count of my VC, but never decrements it.
Any idea?
If I do the segue in the common way, then everything works as expected (my vc is released). That is, in this case, if I save the hotspot in a instance variable and use it in prepareForSegue, everything works fine.
The text was updated successfully, but these errors were encountered:
I'll take look myself later on to see what is happening. Might be that I've broken the build with a strong reference somewhere. I'll add tests and fix it.
Yes, see these screenshots.
Basically, I have a map, and when I press a callout (the pin name), then I open a view with the detail of that pin. Doing that is what causes the memory problem. If I save the selected pin in a variable and use the common way to pass parameters, avoiding this lib, then everything works fine.
Any idea?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I found something strange. Sometimes my viewcontrollers are not released, then using the profiler I saw how in the vc lifecycle NSConcreteMapTable increments the retain count of my VC, but never decrements it.
Any idea?
If I do the segue in the common way, then everything works as expected (my vc is released). That is, in this case, if I save the hotspot in a instance variable and use it in prepareForSegue, everything works fine.
The text was updated successfully, but these errors were encountered: