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
Asked
Active
Viewed 221 times
-1
-
What have you tried? What exactly the problem is if you really have custom complex annotation already? – Vladimir Sep 11 '12 at 15:19
-
I dont know how to add this line and third text after line – Marks app Sep 11 '12 at 15:22
1 Answers
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
-
-
It is. You cannot get everything for free even in a brilliantly designed sdk – Maciej Trybiło Sep 11 '12 at 20:18
-