gpt4 book ai didi

ios - 在 watchOS 上以编程方式触发 segue

转载 作者:行者123 更新时间:2023-11-28 18:28:53 25 4
gpt4 key购买 nike

我正在开发 watchOS 3 应用程序。

我有一个 segue 连接到一个按钮,它工作正常。现在我想以编程方式触发它。

收到手机消息后,我想将 watch 导航到特定 View ,但我似乎无法通过 WatchKit 调用 self.performSegue 方法。

有什么办法吗?

最佳答案

在 WatchKit 中,您无法以编程方式执行转场。相反,您需要使用 pushController(withName:context:) , presentController(withName:context:)presentController(withNames:contexts:) .

确保在 InterfaceBuilder 中为 WKInterfaceControllers 设置标识符。

如果您需要将数据传递给 Controller ​​,请查看 contextForSegue(withIdentifier: String)
contextsForSegue(withIdentifier: String)

关于ios - 在 watchOS 上以编程方式触发 segue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40924231/

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