1

I need change frame for callout, that is in Yandex API. Maybe there are other ways to reduce size of callout without methods from this API?

enter image description here

The width of callout must be 2/3 width of window.

Community
  • 1
  • 1
Neznajka
  • 305
  • 5
  • 19

1 Answers1

1

There are a lot of custom callout libraries on GitHub. I think this one might serve your needs:

https://github.com/grgcombs/MultiRowCalloutAnnotationView

Google around a bit and you can find a bunch more

benathon
  • 7,455
  • 2
  • 41
  • 70
  • And how I will change thw view of callout? What pattern I need use? I need categories? – Neznajka Feb 13 '13 at 05:50
  • I use https://github.com/farcaller/motion-yandexmapkit/tree/master/YandexMapKit. So the most ineresting in YMKAnnotationView.h and YMKCalloutView.h I think – Neznajka Feb 13 '13 at 08:00