paging in UIScrollView is a great feature, what I need here is to set the paging to a smaller distance, for example I want my UIScrollView to page less size that the UIScrol
Set the contentOffset in -(void)scrollViewDidScroll:(UIScrollView *)scrollView method.
contentOffset
-(void)scrollViewDidScroll:(UIScrollView *)scrollView
Also refer to UIScrollViewDelegate refernces