gpt4 book ai didi

xcode - 优选内容大小不会缩小

转载 作者:行者123 更新时间:2023-12-04 12:32:38 24 4
gpt4 key购买 nike

我使用 UIPopoverController 来弹出一个窗口。我使用 preferredContentSize 来设置大小。然后,我使用 Push 一个更大尺寸的新 View Controller 。当 subview 弹出时,我喜欢将窗口恢复到原始大小。但似乎不起作用。

我已经把 self.preferredContentSize = myWindowSize;但似乎无法恢复。

在 iOS6 或之前,我将 contentSizeForViewInPopover 设置为 CGSizeZero,然后设置适当的大小。但是在iOS7上,它会使弹出窗口消失。

最佳答案

这为我解决了:

override func viewDidAppear(animated: Bool)
{
navigationController?.preferredContentSize = preferredContentSize
super.viewDidAppear(animated)
}

关于xcode - 优选内容大小不会缩小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18941875/

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