search

Home  >  Q&A  >  body text

ios - 判断UITableView上下滑动的方向,不使用scrollview的delegate。

rt
不想用scrollview的delegate方法去根据坐标判断,有没有手势或者offset这些方法可以直接获取到tableview的上下滑动方向?

PHP中文网PHP中文网2822 days ago697

reply all(1)I'll reply

  • 迷茫

    迷茫2017-04-17 11:25:28

    The sliding direction is only available when you are moving. You must use these callbacks. You can get the panGestureRecognizer of scrollview for use, and you can directly handle gesture events

    reply
    0
  • Cancelreply