gpt4 book ai didi

swift - 带有 nil searchResultsController 的 UISearchController

转载 作者:搜寻专家 更新时间:2023-10-31 08:08:09 25 4
gpt4 key购买 nike

我将 UISearchController 与 UITableView 一起使用,并在我的基本 View Controller 上使用相同的 TableView 来显示搜索结果(没有将单独的搜索结果 Controller 指定为 searchController = UISearchController(searchResultsController: nil) ).

然而,尽管将 searchResultsController 设置为 nil,但当搜索处于事件状态时,一个空的透明 _UISearchControllerView 仍然出现在我的 View Controller 之上。

有没有办法防止这种情况发生并使我的 View Controller 在搜索时位于 View Controller 层次结构的顶部?

谢谢。

最佳答案

您可以通过将搜索 Controller 的 dimsBackgroundDuringPresentation 属性设置为 false 来移除它

searchController.dimsBackgroundDuringPresentation = false

关于swift - 带有 nil searchResultsController 的 UISearchController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37897719/

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