ios - How to show callout for pin on map without tapping on it? -
i have app map , in there pins annotations.
i don't understand how show particular pin's annotation without tapping on it.
callouts shown when annotation "selected". while achieved user tapping on annotation view (i.e. pin), can programmatically "select" annotation:
mapview.selectannotation(annotation, animated: true)
Comments
Post a Comment