- (void)scrollViewDidScroll:(UIScrollView *)scrollView { scrollView.contentOffset.y // 获取纵向滑动的距离 scrollView.contentOffset.x //获取横向滑动的距离}