tags:

views:

14

answers:

1

hi i am new to iphone.what i did is creating a horizontal scroll view.In the view i am displaying 20 images.In the scroll view images start from 1 st image.But i need image start from 10 and then it is easy to scroll left and right.How can i done this.Please help me.Thank u in advance

+1  A: 

In viewDidLoad, set the scroll view's contentOffset so that it's set at position of the 10th image.

Ole Begemann
thank u very much
MaheshBabu