在隔离之后,如何保持标签栏超出标签栏控制器的范围

问题描述 投票:0回答:1

我有一个标签栏控制器,其中两个ViewController标签相互连接(item1item2

一切正常,我可以在两个ViewController中切换我的选项卡。

然后,在我从newItemitem2进行segue之后,现在有一个新的ViewController(item2)连接到我的newItem ViewController。>

self.performSegue(withIdentifier: "newItem", sender: self)

newItem上没有标签栏

如何在选项卡上激活newItem的情况下包括item2上的选项卡栏。

这就是我的情节提要,不同的是,item1item2都位于不同的情节提要中,而newItemitem2处于同一个情节之中

This is what my storyboard is like.

我使用Swift作为我的语言。

我有一个标签栏控制器,其中2个ViewController标签相互连接(item1,item2),一切正常,我可以在两个ViewController中切换我的标签。然后我有一个新的ViewController(newItem)...

swift uitabbarcontroller segue uitabbar uitabbaritem
1个回答
0
投票

确保您的segue类型:

© www.soinside.com 2019 - 2024. All rights reserved.