-1

I have annotation with image on the left, title, desc, and button on right, and now I want to create annotation as below, how can I do this? I will appreciate any help

http://postimage.org/image/4s61pnwcf/

Kirby Todd
  • 11,254
  • 3
  • 32
  • 60
Marks app
  • 13
  • 3

1 Answers1

0

Standard callouts are fixed to: an image to the left, title, subtitle, and a button on the right. If you want to do anything more sophisticated you have to provide your own view from scratch.

You can help yourself with MultiRowCalloutAnnotationView This library assumes that you will provide it with a table, but you could just provide it with one cell that contains your whole view. The advantage of using it is that it will draw the nice semi-transparent background of a callout for you.

Akshay Aher
  • 2,525
  • 2
  • 18
  • 33
Maciej Trybiło
  • 1,187
  • 8
  • 20