How to add an Image array in to UIScrollView?
问题 i am newbie in iOS Development i make an Application that contain ScrollView and i add an array images inside scrollview but it is not working. I write a code for that for(int index=0; index < [self.imagesa count]; index++) { NSDictionary *dict=[self.imagesa objectAtIndex:index]; NSString *image=[dict valueForKey:@"link"]; UIImageView *bigImage=[[UIImageView alloc]init]; bigImage.bounds=CGRectMake(0, 0, self.zoomScroll.frame.size.width, self.zoomScroll.frame.size.height); bigImage.frame