gpt4 book ai didi

ios - ViewController 的 presentingViewController 设置错误?

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:37:50 25 4
gpt4 key购买 nike

如果 ViewControllerA 嵌入到 navigationController 中,并且 ViewControllerB 由 ViewControllerA 模态呈现。

当我打印 ViewControllerB 的 presentingViewController 属性时,我发现 presentingViewController 指向导航 Controller ,而不是 ViewControllerA。

但是我觉得如果presentingViewController指向ViewControllerA更合理。

最佳答案

But i think if the presentingViewController point to ViewControllerA more reasonable

问题在于,您认为合理的并不重要。你所看到的是它实际上是如何工作的。你的工作是接受和理解它,而不是反对它。

导航 Controller 是呈现 View Controller ,因为它是 Root View Controller 。这是一个全屏演示,因此导航 Controller 是 View Controller ,其 View 被呈现的 View Controller 的 View 替换。

事实上,您发送到 View Controller A 的礼物 被传递 到包含导航 Controller 。您可以告诉 View Controller A present 只是为了方便。

View Controller A 被 Apple 称为“源” View Controller ,因为它是 present 被发送到的 View Controller ,但是无法通过与 View Controller B 的对话来了解这一点.

(您可能想阅读 this section of my online book,从这句话开始,“呈现 View Controller ...不一定是您向其发送 presentViewController:animated:completion: 的 View Controller 。 “在我的书中,我将源 View Controller 称为原始演示者。)

关于ios - ViewController 的 presentingViewController 设置错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41114042/

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