Add 10 different UIImages in UIScrollView
问题 I am trying to add various UIImages under UIImageView and allow them to scroll with UIScrollView . I am not sure how to add various images under UIImageView and let them scroll. Below is my code which adds an image on UIImageView and make it scrollable. - (void)viewDidLoad { [super viewDidLoad]; UIImage *image = [UIImage imageNamed:@"ae.jpg"]; imageView = [[UIImageView alloc]initWithImage:image]; imageView.frame = [[UIScreen mainScreen] bounds]; imageView.contentMode =