这是我想在我的应用程序中使用的github上的演练开放库。https://github.com/GnosisHub/GHWalkThrough有一种设置背景View的方法:-(UIImage*)bgImageforPage:(NSInteger)index{UIImage*image=[UIImageimageNamed:@"bgimage"];returnimage;}我想为每个索引添加不同的图像,所以我这样做了:-(UIImage*)bgImageforPage:(NSInteger)index{UIImage*image;if(index==0){image=[UIImageim