在WatchOS 2中以编程方式打开接口控制器

时间:2015-12-28 01:45:21

标签: swift ios9 apple-watch watch-os-2

我有这个只显示的场景(请从你的iPhone登录) 我检查我是否从对应的iPhone应用程序收到了用户信息

问题在于我使用

presentControllerWithName("MyNoLoginInterface", context: nil)

它有一个主界面的取消按钮

有没有解决方法?

1 个答案:

答案 0 :(得分:2)

您可以使用Tuples

这是来自appleDocumetation:

  

使用presentControllerWithName:context:和   presentControllerWithNames:contexts:显示界面的方法   控制器模态。 如果模态接口控制器没有   title,其标题设置为字符串默认为Cancel。你可以设置   故事板中此字符串的值或在运行时更改它   使用setTitle:方法。当用户点击标题字符串时,   WatchKit会自动关闭模态界面而不需要   任何进一步的行动。

quote source