【发布时间】:2015-07-31 22:13:56
【问题描述】:
今天我遇到了另一个问题:我将背景图像添加到表格视图中,并且我喜欢在单元格滚动时保持静止。我找到了这个
self.tableView.backgroundView = [[UIImageView alloc] initWithImage:
[UIImage imageNamed:@"background.png"]];
这里iPhone Fixed-Position UITableView Background。
但我无法从 Objective-c 到 Swift 的“翻译”...所以有人可以帮我吗?
【问题讨论】:
标签: swift uitableview scroll background cell