I am using
[scrollView_Mag setContentOffset:CGPointMake(320 * currentImageView, 0) animated:No];
so that I can scroll to a particular View(as required). In code "currentImageView" is the number of the view, I want to scroll.It is working perfectly. Only problem is, That for example i am 320*10 point and I want to setContent offset to 320*2, It scrolls from point 320*10 to 320*2, thus showing all other stuff. Which I dont want. I want It to scroll Immidately and without showing any other Content