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 May 9, 2018. It is now read-only.
Instance of RMMapView retaining _accuracyCircleAnnotation, and _accuracyCircleAnnotation retaining instance of RMCircle,which retaining mapView.
I have reproduced it in my code. And when I used __weak for ivar in RMCircle, mapView began released.
The text was updated successfully, but these errors were encountered:
Hi! I think i found retainCycle.
In RMCircle you using code:
And in RMMapView:
Instance of RMMapView retaining _accuracyCircleAnnotation, and _accuracyCircleAnnotation retaining instance of RMCircle,which retaining mapView.
I have reproduced it in my code. And when I used __weak for ivar in RMCircle, mapView began released.
The text was updated successfully, but these errors were encountered: