ios – 如何在从SlideMenuViewController实例化的ViewControllers中打开TabBarController

ios – 如何在从SlideMenuViewController实例化的ViewControllers中打开TabBarController,第1张

概述我希望在所有ViewControllers中都有tabBar.我已经实现了SWRevealViewController,它有两个链接的视图控制器,一个是TabBarController,另一个是TableViewController我希望在我的所有ViewControllers中都有与TableViewController相同的tabBar. I want to have tabBar in al 我希望在所有VIEwControllers中都有tabbar.我已经实现了SWRevealVIEwController,它有两个链接的视图控制器,一个是TabbarController,另一个是tableVIEwController我希望在我的所有VIEwControllers中都有与tableVIEwController相同的tabbar.

解决方法

I want to have tabbar in all my VIEwControllers. I have implemented
the SWRevealVIEwController,which have two vIEw controllers linked one
is TabbarController and another is tableVIEwController I wants to have
the same tabbar in all my VIEwControllers that Segues from
tableVIEwController.

您可以像这样做一些调整,创建自定义委托并将tableVIEwController和TabbarController的委托设置为SWRevealVIEwController.现在第一次让我们说你打开tableVIEwController,当点击任何单元格然后只调用应该在SWRevealVIEwController类中执行的委托方法,然后在该类中执行segue,这应该打开TabbarController,当再次单击TabbarController的后退按钮时调用委托应在SWRevealVIEwController类内执行并执行segue以打开tableVIEwController的方法

总结

以上是内存溢出为你收集整理的ios – 如何在从SlideMenuViewController实例化的ViewControllers中打开TabBarController全部内容,希望文章能够帮你解决ios – 如何在从SlideMenuViewController实例化的ViewControllers中打开TabBarController所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1099482.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存