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?
Use - (void)setContentOffset:(CGPoint)contentOffset animated:(BOOL)animated
method, with contentOffset value depending on your imageview size.
精彩评论