当UITableViewWrapperView向下拉时,UIView出现了什么?

时间:2017-04-04 13:33:04

标签: ios swift uitableview uiviewcontroller

谁能解释? 我的 ViewController 带有 TableView 。我想将图像的另一种背景颜色设置为 ViewController 查看,例如:self.view.backgroundColor = someColor,这没关系。但当我将 TableView 拉下来时,在 UITableViewWrapperView 层次结构中出现了一些 UIView

Some view

拉下来:

Pull to down enter image description here

如果我提升了这个魔力查看没有出现,它看起来像我期待的那样: enter image description here enter image description here

我尝试做的事情:

tableView.backgroundColor = UIColor.clear // doesn't work
tableView.backgroundView?.backgroundColor = UIColor.clear // doesn't work
tableView.subviews.first?.backgroundColor = UIColor.clear // doesn't work

1 个答案:

答案 0 :(得分:0)

来自 UISearchController UIView ...