增加 UISearchDisplayController PopOver 结果的宽度

发布于 2024-10-18 14:58:51 字数 206 浏览 0 评论 0原文

我有一个 iPad 应用程序,其导航栏中有一个 UISearchBar。当我在搜索栏中输入文本时,结果会自动显示在 UIPopOverController 中。这很好,只是弹出窗口的默认大小不足以满足我的需要。有没有办法设置它的宽度?

Apple 自己已经通过 Safari 的搜索栏做到了这一点。显示搜索结果的弹出窗口比默认的要宽一些,并且他们已从弹出窗口中删除了“结果”标题。

I have an iPad app that has a UISearchBar in its navigation bar. When I enter text in the search bar the results are automatically displayed in a UIPopOverController. That's great except the popover's default size is not wide enough for my needs. Is there a way to set its width?

Apple has done this themselves with Safari's search bar. The popover that displays search results is a good bit wider than the default and they have removed the "Results" title from the popover.

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

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

发布评论

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

评论(1

梦行七里 2024-10-25 14:58:51

您需要设置弹出窗口中显示的 UIViewControllercontentSizeForViewInPopover 属性。我不知道如果这一切都是在幕后自动发生的,你是如何做到这一点的。

You'd need to set the contentSizeForViewInPopover property of the UIViewController that's being displayed in the popover. I'm not sure how you get to that if it's all automagically happening behind the scenes.

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