In my iPhone app I required to remove MKAnnotationView' rightCalloutAccessoryView because right now it shows me white color not button that added to it.
So I decided to show only letCalloutAccessoryview in whole calloutView.
This problem is only in iOS 8.I searched for this thing got this link :
iOS 8 MKAnnotationView rightCalloutAccessoryView misaligned
In this link it shows that with IOS 8 rightCalloutView is not working properly. So I decided to remove that.
Is it possible?