我有一个标签栏控制器,其中两个ViewController标签相互连接(item1
,item2
)
一切正常,我可以在两个ViewController中切换我的选项卡。
然后,在我从newItem
到item2
进行segue之后,现在有一个新的ViewController(item2
)连接到我的newItem
ViewController。>
self.performSegue(withIdentifier: "newItem", sender: self)
newItem
上没有标签栏
如何在选项卡上激活newItem
的情况下包括item2
上的选项卡栏。
这就是我的情节提要,不同的是,item1
和item2
都位于不同的情节提要中,而newItem
与item2
处于同一个情节之中
我使用Swift作为我的语言。
我有一个标签栏控制器,其中2个ViewController标签相互连接(item1,item2),一切正常,我可以在两个ViewController中切换我的标签。然后我有一个新的ViewController(newItem)...
确保您的segue类型: