gpt4 book ai didi

ios - 如何以编程方式切换到不同的界面?

转载 作者:行者123 更新时间:2023-11-29 05:31:47 25 4
gpt4 key购买 nike

在我的 watch 应用程序的 Storyboard中,我有一些不同的界面 Controller 。我想以编程方式切换到不同的界面。例如,当计时器结束时。

我正在寻找类似于在普通 iOS 应用程序中切换 View Controller 的方法:

UIStoryboard *createS = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
UIViewController *createV = [createS instantiateViewControllerWithIdentifier:@"Scoreboard"];
[self presentViewController:createV animated:NO completion:nil];

如何为带有界面 Controller 的 watch 应用程序执行此操作?我正在用 Objective-C 制作我的应用程序,但 Swift 的答案可能也有用。

最佳答案

找到代码。

- (void)presentControllerWithName:(NSString *)name context:(id)context;

名称 = 接口(interface)标识符

关于ios - 如何以编程方式切换到不同的界面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57468013/

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