gpt4 book ai didi

iphone - 从 View 中删除 modalViewController 吗?

转载 作者:行者123 更新时间:2023-12-03 20:22:15 25 4
gpt4 key购买 nike

我有一个 View ,它使用以下代码拉入另一个 View :

secondView = [[SecondView alloc] init];

UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:secondView];
navigationController.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;

[self presentModalViewController:navigationController animated:YES];
[navigationController release];

第二个 View 上的取消按钮如下:

[self.navigationController.modalViewController dismissModalViewControllerAnimated:YES];

但它似乎没有做任何事情。 View 仍然存在,我仍然可以与之交互。如何删除它?

最佳答案

尝试:

[self.navigationController dismissModalViewControllerAnimated:YES]

关于iphone - 从 View 中删除 modalViewController 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6229007/

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