博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
在一个view类里面获取viewcontroller
阅读量:5147 次
发布时间:2019-06-13

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

- (UIViewController *)viewController {

    for (UIView* next = [selfsuperview]; next; next = next.superview) {

        UIResponder *nextResponder = [next nextResponder];

        if ([nextResponder isKindOfClass:[UIViewControllerclass]])

        {

            return (UIViewController *)nextResponder;

        }

    }

    returnnil;

}

转载于:https://www.cnblogs.com/ymonke/p/3606406.html

你可能感兴趣的文章
easyui中表格列之间的换位05
查看>>
SSL-ZYC 采购特价商品【SPFA】
查看>>
软工作业 2:时事点评-红芯浏览器事件
查看>>
文法 LL1
查看>>
ubuntu 下 tar解压是出错
查看>>
从var func=function 和 function func()区别谈Javascript的预解析机制
查看>>
POJ1190 洛谷P1731 NOI1999 生日蛋糕
查看>>
Uva116 Unidirectional TSP
查看>>
GYM100633J. Ceizenpok’s formula 扩展lucas模板
查看>>
Python模块--time&datetime
查看>>
C# 创建XML并输出XML
查看>>
网页里动态加载js
查看>>
https://tieba.baidu.com/p/2248070024
查看>>
eclipse 怎么查看相关引用
查看>>
pprint模块介绍
查看>>
更新过程 renewal process
查看>>
2019-03-21 Python Request InsecureRequestWarning
查看>>
数组及栈的简要语句
查看>>
试验C++构造函数,析构函数,拷贝构造函数和赋值构造函数
查看>>
Jmeter--Plugins Manager安装及常用的插件介绍
查看>>