UIImage* myImage = [[UIImage imageNamed:@"img_bg.png"]stretchableImageWithLeftCapWidth:1 topCapHeight:1000];
UIColor *bgColormyImage = [UIColor colorWithPatternImage: myImage];
[self.bigScrollView setBackgroundColor:bgColormyImage];
时间: 2024-11-09 02:59:21