gpt4 book ai didi

swift - 如何在 View Controller 中以编程方式切换 View ? (Xcode,iPhone)

转载 作者:IT王子 更新时间:2023-10-29 05:00:26 24 4
gpt4 key购买 nike

已经为此苦苦挣扎了一段时间,似乎永远无法得到直接的答案。

感谢任何帮助!

最佳答案

如果您在导航 Controller 中:

ViewController *viewController = [[ViewController alloc] init];
[self.navigationController pushViewController:viewController animated:YES];

或者如果您只想呈现一个新 View :

ViewController *viewController = [[ViewController alloc] init];    
[self presentViewController:viewController animated:YES completion:nil];

关于swift - 如何在 View Controller 中以编程方式切换 View ? (Xcode,iPhone),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10933939/

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