gpt4 book ai didi

ios - 如何通过编程创建的导航 Controller POP 查看 Controller

转载 作者:行者123 更新时间:2023-11-29 00:47:20 25 4
gpt4 key购买 nike

我目前使用以下代码来显示我的 View Controller

 FilterIncident *filterIncident_VC=[[FilterIncident alloc]init];
filterIncident_VC.title=@"Filter Incident";
WGNMenuNavigationController *navigationController = [[WGNMenuNavigationController alloc] initWithRootViewController:filterIncident_VC];
navigationController.navigationBar.barTintColor = [UIColor colorWithRed:229/255.0f green:41/255.0f blue:51/255.0f alpha:1.0f];
navigationController.navigationBar.tintColor = [UIColor whiteColor];
[navigationController.navigationBar
setTitleTextAttributes:@{NSForegroundColorAttributeName : [UIColor whiteColor]}];
navigationController.navigationBarHidden = true;
self.frostedViewController.contentViewController = navigationController;
[self.frostedViewController hideMenuViewController];

对于 POPing,我使用以下代码

    WGNMenuNavigationController *navigationController = [[WGNMenuNavigationController alloc] initWithRootViewController:self.containerViewController];
[navigationController popViewControllerAnimated:YES];

我无法弹出我的 View Controller 。任何帮助。提前致谢。

最佳答案

您不能弹出 ViewController,除非您按下它。从您的代码看来,您似乎没有从任何地方推送它。

关于ios - 如何通过编程创建的导航 Controller POP 查看 Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38476313/

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