Skip to content

Commit b89a39e

Browse files
authored
Update and rename test.swift to AffineTransformTestDemo.swift
1 parent f352816 commit b89a39e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test.swift AffineTransformTestDemo.swift

-12
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ class TransformView: UIView {
9595
ges.scale = 1
9696

9797
}
98-
if ges.state == .ended {
99-
100-
}
10198

10299
}
103100

@@ -117,9 +114,6 @@ class TransformView: UIView {
117114
ges.setTranslation(.zero, in: imageView.superview)
118115

119116
}
120-
if ges.state == .ended {
121-
122-
}
123117

124118
}
125119

@@ -141,10 +135,6 @@ class TransformView: UIView {
141135

142136
ges.rotation = 0
143137

144-
}
145-
if ges.state == .ended {
146-
147-
148138
}
149139

150140
}
@@ -167,11 +157,9 @@ class TransformView: UIView {
167157
}
168158
return image
169159
}
170-
171160

172161
required init?(coder: NSCoder) {
173162
fatalError("init(coder:) has not been implemented")
174163
}
175-
176164

177165
}

0 commit comments

Comments
 (0)