UISearchDisplayController 在没有变暗的 tableView 的情况下处于活动状态

发布于 2024-10-09 02:15:01 字数 343 浏览 5 评论 0 原文

我正在实现一个 UISearchDisplayController。 当控制器处于活动状态时,我会使用之前的搜索词加载 tableView,这样做是为了让用户可以轻松点击 searchField,将视图设置为搜索状态 - 但是如果用户最后 4-5 个搜索词之一是他们正在寻找的词,他们可以从 tableView 中选择它。

问题是,在 searchField 中输入任何内容之前,tableView 保持“变暗”状态。

我无法解决这个问题,请有人帮忙解决。我在 UISearchDisplayController 类文档或委托文档中没有发现任何关于调光的提及。

提前致谢。

I am implementing a UISearchDisplayController.
As the controller becomes active I load up the tableView with previous search terms, this is done so the user can easily tap the searchField, set the view in the search state - But if one of the users last 4-5 search terms is the one they are looking for they can just select it from the tableView.

The problem is that until anything is entered into the searchField then tableView remains "dimmed".

I have not been able so get around this, could someone please help figure it out. I have found no mention of the dimming in the UISearchDisplayController Class documentation or in the delegate documentation.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晨敛清荷 2024-10-16 02:15:05

您可以尝试可怕的黑客攻击,这是此问题的选定答案。

You could try the horrible hack that's the selected answer to this question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文