Instance Property インスタンスプロパティ

translation

The total translation from the start of the drag gesture to the current event of the drag gesture. ドラッグジェスチャの始まりからドラッグジェスチャの現在のイベントまでの総変換。

Declaration 宣言

var translation: CGSize { get }

Discussion 議論

This is equivalent to location.{x,y} - startLocation.{x,y}. これは、location.{x,y} - startLocation.{x,y}に等しいです。

See Also 参照

Getting State