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 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.
The text was updated successfully, but these errors were encountered:
https://github.com/okhanokbay/MapViewPlus/blob/72a7f331e42d539eef0b3b40016e2f8400d495e4/MapViewPlus/Classes/Source/MapViewPlus.swift
You should replace
return
withcontinue
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.
The text was updated successfully, but these errors were encountered: