UIViewの背景画像を
[self.view setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"mainScreenBackground" ofType:@"png"]]]];
6MBのメモリが必要です。メモリを節約する別の方法が必要です。
UIViewの背景画像を
[self.view setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"mainScreenBackground" ofType:@"png"]]]];
6MBのメモリが必要です。メモリを節約する別の方法が必要です。