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 was archived by the owner on Nov 5, 2020. It is now read-only.
guard subview is CalloutAndAnchorView else { return }
You should replace return with continue otherwise it sometimes doesn't deselect the annotation views if sees any other type of subviews.
P.S. Decided to rewrite your library because 50% of it meet our customer requirements only. Starting with removing of protocols with extra obligated methods.