gpt4 book ai didi

ios - 如何从屏幕底部显示segue

转载 作者:搜寻专家 更新时间:2023-11-01 07:26:51 24 4
gpt4 key购买 nike

我在两个 Controller (A、B)之间创建了一个 segue。在 Controller A 中,我使用“performSegueWithIdentifier”方法来显示 Controller B 的 View 。但是,我想在显示 B 时添加一个动画。我希望它从屏幕底部显示/隐藏。我应该怎么做?

最佳答案

Attributes Inspector 中选择类型时,我使用 Present As Popover 实现了这一点。确保将 anchor 指向要从中分离的 View Controller ,this回答很有帮助。

确保你给它一个标识符(使用下面的这个标识符)并在你希望执行转场时使用典型的执行转场代码:

dispatch_async(dispatch_get_main_queue()) { 
[unowned self] in
self.performSegueWithIdentifier("Identifier", sender: self)
}

确保将“Identifier”字符串替换为您自己的 segue 标识符字符串。

关于ios - 如何从屏幕底部显示segue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35531327/

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