Currently I am developing one application which is having map to show. I am Having near by location to show using web service. I am able to show pins on map and its callout view. I have title and with that custom direction button on callout view. I want two different operation on click of callout view.
- If rightCalloutAccessoryView is tapped then default calloutaccessoryview delegate method to be called
- If the title is tapped then the other viewcontroller to be opened.
currently I had developed using this Detect tap on title of callout
It is working perfectly till ios 6.1 but not in ios 7.0
So what can be the issue?
I need your help.
Thanks inadvance
bskania