- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我的 WatchKit 应用程序 (WatchOS1) 按以下方式设置(名称已更改为不特定于项目):
InitialInterfaceController
- watch 应用的 main
入口点。此 Controller 仅用于使用 reloadRootControllersWithNames:contexts:
(从 awakeWithContext 调用:
)。
FirstInterfaceController
- 此界面 Controller 应该是页面首先显示的内容。
但是这不起作用 - 我得到了空白的 InitialInterfaceController
屏幕。但是,如果我调用 [self presentControllerWithNames:contexts:]
它会按预期工作,但包含取消按钮,这不是我想要的。
我看到有人建议使用这种方法动态创建多个页面导航场景,但我不明白为什么这不起作用。 FirstInterfaceController
的 awakeWithContext:
从未被调用。
有没有人遇到过这个问题或者是否有可用的修复程序?
最佳答案
您在界面 Controller 的属性检查器中为 Identity
设置了正确的值吗? (当身份和类名相同时,我看到了问题,确保它们不同)
是否在身份检查器中将该接口(interface) Controller 添加到正确的模块
?
关于ios - 重新加载RootControllersWithNames :contexts: does not load new InterfaceControllers,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31938541/
我是一名优秀的程序员,十分优秀!