gpt4 book ai didi

ios - 在 UIPopoverViewController 中显示 UITableView 时,如何自动调整高度?

转载 作者:行者123 更新时间:2023-11-28 23:13:54 27 4
gpt4 key购买 nike

我正在展示一个 UIPopoverViewController,其中包含一个 UINavigationController,其中包含一个 UITableViewController。表格 View 只有四行,但弹出窗口的高度与屏幕允许的一样大。

限制弹出窗口高度的正确方法是什么?我需要设置 tableview 高度(基于页眉、页脚、行高)还是有更好的方法?我希望不必对高度进行硬编码。 (不过,硬编码的最大高度会很好。)

最佳答案

viewDidAppear

self.contentSizeForViewInPopover = CGSizeMake(320, 400);
self.navigationController.contentSizeForViewInPopover = CGSizeMake(320, 400);

这样你就可以设置 Popover 的大小。
可以使用 – tableView:heightForHeaderInSection:– tableView:heightForRowAtIndexPath:

计算高度

关于ios - 在 UIPopoverViewController 中显示 UITableView 时,如何自动调整高度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7263162/

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