How to show custom callout on map marker?

1437
2
09-14-2017 07:13 AM
chiragshah4
New Contributor II

Is there any way to show custom callout on marker?  

0 Kudos
2 Replies
DiveshGoyal
Esri Regular Contributor

You can embed any UIView into the callout to customize it. 

See AGSCallout#customView

0 Kudos
JustinWhite2
New Contributor II

Hi Divesh,

Quick question regarding this same topic, and hopefully I am not hijacking this thread!

I have a custom view successfully displaying in the callout, but it has a button in it that is not calling its' Touch Up Inside event selector. Is the callout's UIView possibly not sending the touch events to the child UIView in the customView property? Or is it likely I have something else going on?

Thank your any insight!


Cheers!

Justin

0 Kudos