I have created a custom annotation with a button on the right side of it and a label on the left side.
It shows up good and the label text is changing perfectly, but for some reason when i click the button it doesn’t react. I have connected an IBAction to it and it should work. But it just doesn’t call my IBAction.
Does anyone have an idea why this button is ignoring my touch?
Thanks,
i use this code in my project and it work fine for me so you can try this.