gpt4 book ai didi

xcode - 使用 WatchKit (Watch) 的基于页面的界面中的页码?

转载 作者:搜寻专家 更新时间:2023-10-31 19:35:24 25 4
gpt4 key购买 nike

我用 Page-Based Interface 创建了一个 WatchKit 应用程序.

有 3 个页面,每个页面都连接到我的 InterfaceController.swift 类(它扩展了 WKInterfaceController)。

我的问题:在 InterfaceController.swift 中,我如何检测当前 View 的页码?

最佳答案

如果你使用

func presentControllerWithNames(_ names: [AnyObject],
contexts contexts: [AnyObject]?)

您只需在上下文中传递页码,这样您就可以存储它,并在以后检索它。这是 Non-Storyboard 方式。

如果你用storyboard,也是一样的,你只需要用另一种方法

func contextsForSegueWithIdentifier(_:inTable:rowIndex:)

并在每个 Controller 的上下文中传递您的页面索引

关于xcode - 使用 WatchKit (Watch) 的基于页面的界面中的页码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27579555/

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