美文网首页iOS编程
pan 手势中 velocityInView、location

pan 手势中 velocityInView、location

作者: 跬步千里_LenSky | 来源:发表于2018-02-11 09:43 被阅读53次

    translationInView : 手指在视图上移动的位置(x,y)向下和向右为正,向上和向左为负。

    locationInView : 手指在视图上的位置(x,y)就是手指在视图本身坐标系的位置。

    velocityInView: 手指在视图上移动的速度(x,y), 正负也是代表方向,值得一体的是在绝对值上|x| > |y| 水平移动, |y|>|x| 竖直移动。

    相关文章

      网友评论

        本文标题:pan 手势中 velocityInView、location

        本文链接:https://www.haomeiwen.com/subject/birktftx.html