Customize the MKAnnotationView callout

后端 未结 3 1136
南方客
南方客 2020-11-28 18:19

I want to create a custom MKAnnotationView callout as shown in this image. I have tested several solutions but they only allow customization of the left/right images and tit

3条回答
  •  独厮守ぢ
    2020-11-28 19:12

    I added custom UIButton in MKAnnotationView. And on click of that button I have shown popOver with rootViewController with the view similar as you have shown above.

提交回复
热议问题