skmaps 通过更新 SKAnnotation 来解决巨大的内存泄漏

skmaps huge memory leaks by updating SKAnnotation

我在地图上放置了注释,我需要 hide/show 其中一些。

我使用相同的注释并只调用 mapView.updateAnnotation(annotation) 但每次调用此函数都会增加内存使用量。

是否有另一种方法可以实现 hiding/showing 注释而不重新创建它们并且没有内存泄漏?

内存泄漏是我们通过此修补程序修复的问题:http://forum.skobbler.com/showthread.php/7507-Fix-for-quot-iOS-9-2-crashes-quot-the-log-pointing-to-the-GLStateMachine?p=22951#post22951