我正在构建一个不使用Interface Builder的iPhone应用程序.我在以下庄园中设置了分组UITableView的背景:
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"groupedBackground.png"]];
我正在尝试修复此背景图像,以便它不会与表格单元格一起滚动.有谁知道如何做到这一点?
iphone background uitableview
background ×1
iphone ×1
uitableview ×1