R
Size: a a a
A
Д
R
VN
override func touchesBegan(
_ touches: Set<UITouch>, with event: UIEvent?
) {
super.touchesBegan(
touches, with: event
)
let touch: UITouch? = touches.first
let position = touch?.location(
in:
view )
KG
KG
KG