gpt4 book ai didi

swift - 带有 TabBar 和 SlideMenu 的 iOS 应用程序

转载 作者:搜寻专家 更新时间:2023-11-01 07:02:15 24 4
gpt4 key购买 nike

我想在整个应用程序中同时拥有导航菜单(幻灯片菜单)和标签栏。我正在使用库 SWReveal。我设法同时获得了两者,但目前我的布局似乎很愚蠢。请参阅所附图片。 Image of my storyboard showing how the tab view controller creates a tab for each swrevealviewcontroller

我只能在遍历每个 SWRevealviewcontroller 时添加一个标签栏。我似乎无法为选项卡栏 Controller 提供 swrevealcontrollerview,以便它使用我的幻灯片菜单填充所有其他 View 。每次我有一个新页面时,我真的必须创建 SWReveal Controller 及其对应的 TableView 吗?

最佳答案

不需要为每个选项卡创建 SWRevealController。您可以创建 SWRevealController 并添加到 UItabViewController。它适用于您创建的所有选项卡。

你可以像我的项目那样做:

第 1 步:使用 SWRevealViewController 类创建 UIViewController。

第 2 步:创建 UITableViewController 并使用标识符 sw_rear 制作 SWRevealViewController Storyboard segue。

第 3 步:创建 UITabViewController 并使用标识符 sw_front 创建 SWRevealViewController Storyboard segue

enter image description here

您可以引用下面的链接,我在其中回答了同一时间的问题并提供了详细解释: https://stackoverflow.com/a/44780371/5094664

关于swift - 带有 TabBar 和 SlideMenu 的 iOS 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50489054/

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