赞
踩
- (void)scrollViewWillEndDragging:(UIScrollView *)scrollView withVelocity:(CGPoint)velocity targetContentOffset:(inout CGPoint *)targetContentOffset
-{
/// 获取当前索引
NSInteger currentIndex = (*targetContentOffset).y/scrollView.bounds.size.height;
[self playTheVideoAtIndexPath:[NSIndexPath indexPathForRow:currentIndex inSection:0]];
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。