We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f352816 commit b89a39eCopy full SHA for b89a39e
test.swift AffineTransformTestDemo.swift
@@ -95,9 +95,6 @@ class TransformView: UIView {
95
ges.scale = 1
96
97
}
98
- if ges.state == .ended {
99
-
100
- }
101
102
103
@@ -117,9 +114,6 @@ class TransformView: UIView {
117
114
ges.setTranslation(.zero, in: imageView.superview)
118
115
119
116
120
121
122
123
124
125
@@ -141,10 +135,6 @@ class TransformView: UIView {
141
135
142
136
ges.rotation = 0
143
137
144
145
146
147
148
138
149
139
150
140
@@ -167,11 +157,9 @@ class TransformView: UIView {
167
157
168
158
return image
169
159
170
171
160
172
161
required init?(coder: NSCoder) {
173
162
fatalError("init(coder:) has not been implemented")
174
163
175
176
164
177
165
0 commit comments