location(in:)
Returns the location of the user interaction in the specified view’s coordinate system.
Declaration
func location(in view: UIView?) -> CGPointParameters
- view:
The view containing the target coordinate system. To return a point in the window’s coordinate system, specify
nil.
Return Value
The location of the interaction specified in the coordinate system of view.