当我设置 UIView 的背景图像时
[self.view setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"mainScreenBackground" ofType:@"png"]]]];
它需要 6 MB 的内存。我想要另一种占用更少内存的方法。
当我设置 UIView 的背景图像时
[self.view setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"mainScreenBackground" ofType:@"png"]]]];
它需要 6 MB 的内存。我想要另一种占用更少内存的方法。