1
我在地圖上放置了annotation
,點擊圖釘後,右側應該有detail disclosure info button
,所以我可以在點擊按鈕後添加更多的代碼。但是當我運行該項目時,單擊該針腳,沒有info button
顯示出來。任何人都可以提供代碼添加disclosure info button
?MapKit註釋如何添加詳細信息披露信息按鈕?
我的代碼:
extension ViewController: MKMapView{
func mapView(mapView: MKMapView!, viewForAnnotation annotation: MKAnnotation!) -> MKAnnotationView! {
}
謝謝Rashwan,它運作良好! – developermike
@Rob,更新了另一個例子。 –
會做,感謝您的反饋! –