Customize Annotation problem....Plz Help.. !!
Posted
by user128647
on Stack Overflow
See other posts from Stack Overflow
or by user128647
Published on 2010-04-10T19:40:07Z
Indexed on
2010/04/10
19:43 UTC
Read the original article
Hit count: 251
iphone
|iphone-sdk
I want to show my custom UIView(.Xib View) to appear when user tabbed on pins (not apple's callOutBubble) and in that UIView there should be a button which fires an IBAction on touched down event.
Therefore i have added an AddObserver method to MKAnnotationView. which responds to touch events over pin in MKMapView. But i have also added 3 buttons over that XIB view, which have also assined IBActions. But when i run application, Buttons in Customized Annotation view are not responding to IBAction (Touch Down)? Why this happens ?? What is the solution for that??? I need to have called some method, when those 3 buttons tabbed.
Thanks
© Stack Overflow or respective owner