anyone is aware of a way to get the current touch position (not start or end position) while user is swiping?
Something like the
-(void)scrollViewDidScroll:(UIScrollView *)scrollView{
NSLog(@"%f", scrollView.contentOffset.x);
}
but for UISwipeGestureRecognizer
Thanks,
Max
Use
PanGestureRecognizer