+2  A: 

UIButton *disclosureButton = [UIButton buttonWithType: UIButtonTypeDetailDisclosure];

annoView.canShowCallout = YES;

annoView.rightCalloutAccessoryView = disclosureButton;

Chris Garrett
thanks I will try that tom
Ghommey