I\'m still pretty new to the iOS stuff in general and found a problem while testing our App for iOS 8 compatibility. In iOS 7 everything worked fine but on iOS 8 the rightCa
In Swift 3:
let infoButton = UIButton(type: .detailDisclosure) annotationView.rightCalloutAccessoryView = infoButton