I have a simple view containing a long view with many buttons, with the whole thing being in a UIScrollView. The scroller works well, and I can s
UIScrollView
scroller
s
You can change the starting and ending points by calling scrollRectToVisible:animated:. But I'm not sure if this fixes your problem.