【发布时间】:2012-04-08 15:52:16
【问题描述】:
伙计们,我有 UITableView 和图像,应该是背景。 我的代码:
[self.tableView setBackgroundView:[[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"BG.png"]] autorelease]];
在 iOS 5 上它运行完美,但在 iOS 4 上我发现了一些奇怪的东西。
PS:我正在使用来自 github.com 的自定义 UITableView:https://github.com/zadr/PullToRefresh/tree/502cda2e3bf7eb9f39dc3c93cfd1aaa3a02a2ce7
【问题讨论】:
标签: iphone ios xcode ipad uitableview