// 固定的,不能跟着一起滚动
[self.tableView setBackgroundView:imageView]
// 可以跟着一起滚动
self.tableView.backgroundColor = [UIColor colorWithPatternImage:image];
// 固定的,不能跟着一起滚动
[self.tableView setBackgroundView:imageView]
// 可以跟着一起滚动
self.tableView.backgroundColor = [UIColor colorWithPatternImage:image];
本文标题:vicki753's iOS 基础 - UITableView添
本文链接:https://www.haomeiwen.com/subject/ilketktx.html
网友评论