As suggested by jjv360 in another question of mine, one way to have a customized paging width for a scrollView is to make scrollView be the size for paging, and then overlaying a transparent UIView over it and doing [overlayView addGestureRecognizer:scrollView.panGestureRecognizer] for the touch event.
This sounds like a great idea and here is my quick question:
Is overlaying just [view addsubview OLvier]
? What is the views overlaying method?