I have a scrollview
with 5 image views of width 88.
I want the scrollview
to scroll to each image view (Not Pagin
This caused me serious problems for a long time so I really feel your pain. I found this control which should solve your problem: http://www.cocoacontrols.com/platforms/ios/controls/infinitescrollview
I also considered inserting transitions and disabled scroll so it becomes like a slideshow but either way should work.