質問編集履歴

3

コードの変更

2018/12/19 02:33

投稿

mimamo
mimamo

スコア44

test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,10 @@
94
94
 
95
95
  self.view?.addSubview(getphoto)
96
96
 
97
+ }
98
+
99
+
100
+
97
101
  ////////////////////////////////拡大・回転↓
98
102
 
99
103
  //ドラッグ終了時のアフィン変換

2

エラーの変更

2018/12/19 02:33

投稿

mimamo
mimamo

スコア44

test CHANGED
File without changes
test CHANGED
@@ -22,9 +22,9 @@
22
22
 
23
23
 
24
24
 
25
- 移動はできるのですが、
25
+ 移動、回転はできるのですが、拡大縮小ができません。
26
-
27
- RotationGestureRecognizerとPinchGestureRecognizerが認識されていないようです。
26
+
27
+
28
28
 
29
29
  Rotation,Pinch,touchを認識したらそれぞれprintするように指示しているのですが、touchとRotationの部分だけprintされ、pinchに関してはprintされませんでした。
30
30
 

1

エラーの訂正

2018/12/19 02:26

投稿

mimamo
mimamo

スコア44

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  RotationGestureRecognizerとPinchGestureRecognizerが認識されていないようです。
28
28
 
29
- Rotation,Pinch,touchを認識したらそれぞれprintするように指示しているのですが、画面を2本指でいじってみてもtouchの部分しprintされません。
29
+ Rotation,Pinch,touchを認識したらそれぞれprintするように指示しているのですが、touchとRotationの部分だけprintされ、pinchに関てはprintされませんでした
30
30
 
31
31
 
32
32