translationInObject()
The amount of translation for the pan gesture in the current object.
Declaration
func translationInObject() -> CGPointReturn Value
A point representing the translation value relative to the current object’s coordinate system.
Discussion
The x and y values report the total translation over time. They are not delta values from the last time that the translation was reported.