gpt4 book ai didi

ios - 在 Storyboard xCode 中从 View Controller 切换到选项卡栏 Controller

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:47:07 27 4
gpt4 key购买 nike

我正在 xCode 5 中开发一个应用程序。这是第一次使用 Storyboard。我的应用程序以一个简单的用户名/密码登录屏幕开始。成功登录后,我想以编程方式从这个登录 View 切换到选项卡索引设置为 1 的选项卡栏 Controller 。

我的 UITabBarController 没有自定义类。如果需要,我可以 build 一个。有人可以帮助我入门或为我指明正确的方向吗?

最佳答案

有趣的是,输入问题可以帮助您解决问题。这是我使用的代码,以防将来有人遇到同样的问题

 UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main_iPhone" bundle:nil];
UITabBarController *vc = (UITabBarController *)[storyboard instantiateViewControllerWithIdentifier:@"UITabBarController"];

[self presentViewController:vc animated:YES completion:nil];
[vc release];

关于ios - 在 Storyboard xCode 中从 View Controller 切换到选项卡栏 Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20462218/

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