在iPhone开发中关于子UIViewController和父UIViewController之间相互调用方法的办法
2010-11-05 00:53:51 来源:WEB开发网核心提示://设置当前窗口的父容器-(void)SetParentView:(UIViewController *)viewController{[self setParentViewController:viewController];}在ViewControllerParent实现insertSubview前加入下边代码:[
//设置当前窗口的父容器
-(void)SetParentView:(UIViewController *)viewController{
[self setParentViewController:viewController];
}
在ViewControllerParent实现insertSubview前加入下边代码:
[self.ViewControllChild SetParentView:self];
该代码实现了设置父容器
这样在子容器ViewControllChild中通过以下代码就可以调用父容器的方法或者函数了:
[self.parentViewController AlertWindow:@"我是从父容器中弹出来的"];
以上便是实现ViewController相互交互的方法和思路,如果有什么错误或者弊端还希望大家能够提出来我们共同探讨
[]
- ››开发学院教你用SQL 语句最快速清空MySQL 数据表的...
- ››iPhone应用帮助残障儿童看图说话
- ››iPhone实用工具AppBox Pro使用教程大揭秘
- ››iphone4省电方法
- ››iphone 获取地址的详细信息
- ››iPhone 库的基本内存管理策略
- ››iPhone加密文字亲手做 私密信息有保障
- ››iphone 根据经纬度坐标取详细地址(包括国,省,市...
- ››iphone/ipad ios cocoa object-c 近期苹果UI部分小...
- ››iphone中如何进行多线程编程
- ››iPhone OS SDK的这些事[安装、下载、版本、实例、...
- ››iPhone ObjectC的NSAutoreleasePool
更多精彩
赞助商链接