location(ofTouch:in:)
Returns the location of one of the gesture’s touches in the local coordinate system of a given view.
Declaration
func location(ofTouch touchIndex: Int, in view: UIView?) -> CGPointParameters
Return Value
A point in the local coordinate system of view that identifies the location of the touch. If nil is specified for view, the method returns the touch location in the window’s base coordinate system.