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
2010-01-26 14:32:20