我有这个设置一个图像的代码:
NSArray *imageFilenames = [NSArray arrayWithObjects:@"background iPad retina.png", @"iPad retina send.png", nil];
UIColor *bgColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background iPad retina.png"]];
scroll1.backgroundColor = bgColor;
如何在模式中设置更多图像(可能来自 NSArray),以便我看到一个图像,然后是另一个图像,然后是第一个图像,然后是第二个图像......