質問編集履歴
1
コード追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,6 +32,8 @@
|
|
32
32
|
mapView viewFor全体のコード
|
33
33
|
|
34
34
|
```Swift
|
35
|
+
let markerView = MKMarkerAnnotationView()
|
36
|
+
|
35
37
|
//選択したアノテーションにボタンを追加する
|
36
38
|
func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
|
37
39
|
|