Sorry for asking a similar question again, but I really struggle to find a clear and "recent" solution over stackoverflow and internet. (however found many old answers, blogs but could not apply the codes on my projects)
I place a MKMapView
on my ViewController
and looks working fine now.
But want to place custom annotations on the map with interaction buttons. My design looks like below:
I also want to open a custom callout when user clicks one annotation, but now, that'd be really appreciated if anyone can help me in detail to create annotations like this.
Thank you