回答編集履歴

1

コードによけいな記号がついていたのを削除

2018/04/06 15:45

投稿

Galakuta09
Galakuta09

スコア18

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  let anno = MKPinAnnotationView(annotation: annotation, reuseIdentifier: anno")
10
10
 
11
- **anno.canShowCallout = true**
11
+ anno.canShowCallout = true
12
12
 
13
13
  return anno
14
14