I am dealing with UIScrollView and I need to dynamically set contentOffset. But I found it didn't work well if you set contentOffset during the zooming(scrolling) operation. It seems the touches will affect setting contentOffset. Any idea about this?