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
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.