location(in:)
Returns the location of the scroll update in the coordinate system of the given view.
Declaration
func location(in view: UIView?) -> CGPointParameters
- view:
The view that contains the coordinate system to express the location. Pass
nilto get the location in the window’s coordinate system.
Return Value
The location of the scroll update in the specified view’s coordinate system.