美文网首页
UIPanGestureRecognizer

UIPanGestureRecognizer

作者: KGBer | 来源:发表于2016-04-24 20:49 被阅读0次

    - (CGPoint)locationInView:(nullable UIView*)view;

    返回当前触摸点在 view 里的坐标;

    - (CGPoint)translationInView:(nullable UIView*)view;

    返回当前触摸点的偏移量;

    相关文章

      网友评论

          本文标题:UIPanGestureRecognizer

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