Custom MKAnnotationView Callout [duplicate]
Asked Answered
S

1

4

Possible Duplicates:
Custom MKPinAnnotation callout bubble similar to default callout bubble
How to customize the callout bubble for MKAnnotationView?

Does anyone know, or have code that shows, how to create a custom MKAnnotationView Callout? I mean the actual text bubble and not the pin. Thanks in advance.

Sentinel answered 29/8, 2009 at 0:44 Comment(0)
C
-2

you cannot make a custom MKAnnotationView, you can only custom the callout views left and right, it's just a view, so you can put anything you want.
If you want a custom MKAnnotationView you will need to capture the touch and handle the rest.

Constructivism answered 29/8, 2009 at 11:41 Comment(1)
I think my programmer did exactly that. Yes you can. Let me check the code.Mound

© 2022 - 2024 — McMap. All rights reserved.