views:

38

answers:

1

i have an uiscrollview and i add 3 imageviews. i want to show the user the middle(second) image as the startup imageview. how is this possible?

A: 

Use - (void)setContentOffset:(CGPoint)contentOffset animated:(BOOL)animated method, with contentOffset value depending on your imageview size.

Vladimir