【发布时间】:2010-06-10 20:29:17
【问题描述】:
我已经使用自定义图像设置了 UITable 的背景。
self.tableView.backgroundColor = [UIColor clearColor];
self.tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]];
我遇到的问题是背景图像正在滚动,并且在您看到正在连接的图像的屏幕顶部和底部看起来不太好。
有没有办法固定背景图像的位置,让表格滚动到它的顶部?
【问题讨论】:
-
在那篇文章中没有明确的答案
标签: iphone objective-c uitableview