gpt4 book ai didi

ios - 什么是下拉时在 UITableViewWrapperView 之前出现的 UIView?

转载 作者:行者123 更新时间:2023-11-28 08:13:12 25 4
gpt4 key购买 nike

谁能解释一下?我有 ViewControllerTableView。我想为 ViewControllerView 设置另一种带有图像的背景颜色,例如:self.view.backgroundColor = someColor,这样就可以了。但是当我将 TableView 下拉时,一些 UIView 出现在层次结构中的 UITableViewWrapperView 之前:

Some view

下拉:

Pull to down enter image description here

如果我向上拉,这个神奇的 View 不会出现,它看起来和我预期的一样: 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

最佳答案

它是来自 UISearchControllerUIView...

关于ios - 什么是下拉时在 UITableViewWrapperView 之前出现的 UIView?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43208780/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com