locationInObject()
Returns the point computed as the current position of the touch event.
Declaration
func locationInObject() -> CGPointReturn Value
A point in the local coordinate system of the associated interface object.
Discussion
If multiple touches were detected, this method returns the location of only the first one.