滚动表时如何滚动UITableView背景视图

时间:2012-03-28 09:14:14

标签: uitableview view background

我知道UItableView有一个名为:backgroundView的属性,但是这个视图没有用表格滚动,我想在表格之后添加一个背景,并且可以滚动。

我该怎么做。

非常感谢。

1 个答案:

答案 0 :(得分:0)

您必须通过UITableView的backgroundColor属性设置背景图像:

self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]];