gpt4 book ai didi

ios - 用户点击 SearchBar 时如何使 TableView 不透明

转载 作者:行者123 更新时间:2023-11-28 07:45:51 24 4
gpt4 key购买 nike

我是一个新的IOS程序员。我想构建一个与名为“Phone”的默认 IOS 应用程序非常相似的应用程序,对于该应用程序,我只关注联系人,我已经实现了 searchBar。我的问题是,当用户点击 searchBar 时,我想让 View 变得不透明。

到目前为止我尝试了什么 Here is detail of my output

这就是我的预期Here is detail of my expectation.

此外,当用户点击那个深色 View 时,键盘也应该被关闭。

当用户向上滚动时,如何让 searchBar 保持在 navigationBar 上?

感谢您的帮助<3

最佳答案

你应该使用 dimsBackgroundDuringPresentation

let searchController = UISearchController()
searchController.dimsBackgroundDuringPresentation = true
searchController.hidesNavigationBarDuringPresentation = false

关于ios - 用户点击 SearchBar 时如何使 TableView 不透明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51086561/

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