博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
获取View所在的控制器
阅读量:5760 次
发布时间:2019-06-18

本文共 361 字,大约阅读时间需要 1 分钟。

- (UIViewController *)ViewController

{

    id nextResponder = [self nextResponder];

    while (nextResponder != nil) {

        if ([nextResponder isKindOfClass:[UIViewController class]]) {            

            UIViewController *vc = (UIViewController *)nextResponder;

            return vc;

        }

          nextResponder = [nextResponder nextResponder];

    }

        return nil;

}

转载于:https://www.cnblogs.com/fantasy3588/p/5776217.html

你可能感兴趣的文章
React.js学习笔记之JSX解读
查看>>
Socket编程问题小记
查看>>
基于Flask-Angular的项目组网架构与部署
查看>>
一张图道尽程序员的出路
查看>>
redis 常用命令
查看>>
LVS+Keepalived高可用负载均衡集群架构
查看>>
烂泥:kvm安装windows系统蓝屏
查看>>
iPhone开发面试题--葵花宝典
查看>>
EdbMails Convert EDB to PST
查看>>
POJ 2184
查看>>
大话 程序猿 眼里的 接口
查看>>
struts2用了哪几种模式
查看>>
replace函数结合正则表达式实现转化成驼峰与转化成连接字符串的方法
查看>>
ubuntu 初学常用命令
查看>>
WCF客户端与服务端通信简单入门教程
查看>>
android 资源种类及使用
查看>>
Explorer程序出错
查看>>
Centos7同时运行多个Tomcat
查看>>
使用CocoaPods过程中的几个问题
查看>>
我的友情链接
查看>>