gpt4 book ai didi

ios JASidePanels 使 UINavigationController 成为 centerViewController

转载 作者:行者123 更新时间:2023-11-29 03:54:51 26 4
gpt4 key购买 nike

在我的应用程序中,我使用 JASidePanels 库,一切都已设置并使用 Storyboard工作,但我想通过单击 tableViewCell 从中心 View 推送到详细 View ,为此我假设我需要一个UINAvigationController,我可以以某种方式使 centerViewController 从 UINavigationController 启动吗?

最佳答案

您必须将 Storyboard标识符放入导航 Controller ,该 Controller 嵌入您想要作为中心面板的主视图 Controller ;然后,将中心面板设置为在“基本” View Controller (您使用 JASidePanelController 子类化的 View Controller )中对其进行初始化。

// Hamburger menu setup
-(void) awakeFromNib
{
[self setLeftPanel:[self.storyboard instantiateViewControllerWithIdentifier:@"menuViewController"]];
[self setCenterPanel:[self.storyboard instantiateViewControllerWithIdentifier:@"mainDashboardNavigationController"]];
}

其中“mainDashboardNavigationController”是设置到 UINavigationController 的 Storyboard 标识符,该 UINavigationController 嵌入了您想要作为中心面板呈现的内容。

希望对您有帮助,请参阅下面链接中的屏幕截图以了解更多详细信息。 Xcode Screenshot

关于ios JASidePanels 使 UINavigationController 成为 centerViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16634684/

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