作者热门文章
- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
我正在以模态方式呈现一个 ViewController。如何访问父 View Controller ?
我的架构是TabBarController=>VC1=>VC2=>VC3=>MVC1,我想从MVC1到达VC3。
在 VC3 中,我有这样的代码:
- (void) editAd{
AskPasswordViewController *modalViewController = [[AskPasswordViewController alloc] initWithNibName:@"AskPasswordView" bundle:nil];
NSLog(@"modalparent class=%@", [[modalViewController parentViewController] class]);
[self presentModalViewController:modalViewController animated:YES];
[modalViewController release];
}
我在 MVC1 中试过这个:
- (void) sendRequest {
NSLog(@"classe : %@",[[self parentViewController] class] );
}
但它返回我的 TabBarViewController...
最佳答案
您可以通过调用访问父级:
self.presentingViewController
根据苹果文档:
The view controller that presented this view controller (or its farthest ancestor.)
关于iphone - 访问模态视图 Controller 父级,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6735170/
我来自 Asp.Net 世界,试图理解 Angular State 的含义。 什么是 Angular 状态?它类似于Asp.Net中的ascx组件吗?是子页面吗?它类似于工作流程状态吗? 我听到很多人
我一直在寻找 3 态拨动开关,但运气不佳。 基本上我需要一个具有以下状态的开关: |开 |不适用 |关 | slider 默认从中间开始,一旦用户向左或向右滑动,就无法回到N/A(未回答)状态。 有人
我是一名优秀的程序员,十分优秀!