gpt4 book ai didi

ios - xcode 选项卡栏 Controller 使用代码更改所选项目

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:03:08 26 4
gpt4 key购买 nike

首先,我使用的是 Xcode 6 和 Objective-c。我想用按钮或自动用代码更改标签栏屏幕我该怎么做。另一个问题是我可以做这个不同的 View 而不是标签栏 Controller 的项目。

- (IBAction)backButton:(id)sender
{
ProfileSide *vc = (ProfileSide *)[[self.tabBarController viewControllers]objectAtIndex:1];
[vc.view setNeedsDisplay];
[self.tabBarController setSelectedViewController:vc];
}

我试过这段代码但没有用。类第 3 项选项卡栏 Controller 的 ProfileSide 名称。

ProfileSide *vc1 = [self.storyboard instantiateViewControllerWithIdentifier:@"meScreen"];
[self presentViewController:vc1 animated:YES completion:nil];

也有这段代码部分,但是当我使用这个标签栏时,它会消失。

最佳答案

[self.tabBarController setSelectedIndex:yourIndex];

关于ios - xcode 选项卡栏 Controller 使用代码更改所选项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26588767/

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