快速问题:是否有一种简便的方法可以在具有触摸信息的UIView中进行测试?我有一个需要铅笔响应的UIView,我有一个我需要手指响应的UIView(PDFView),我想要一种基于触摸类型将触摸转发到每个视图的方法。有想法吗?
答案 0 :(得分:0)
您可以使用UIResponder的方法touchesBegan(_:with:)
:https://developer.apple.com/documentation/uikit/uiresponder/1621142-touchesbegan
或UITapGestureRecognizer
:https://developer.apple.com/documentation/uikit/uigesturerecognizer/1620009-touchesbegan
https://developer.apple.com/documentation/uikit/uigesturerecognizerdelegate/1624214-gesturerecognizer
您可以从UITouch
对象https://developer.apple.com/documentation/uikit/uitouch/touchtype