gpt4 book ai didi

ios - 检查 super View 是否是 UITableViewController UIViewController?

转载 作者:行者123 更新时间:2023-11-29 01:54:36 25 4
gpt4 key购买 nike

我创建了一个自定义类。有没有办法检查它的 superviewUITableViewController 还是 `UIViewController?

最佳答案

您可以访问您的 super View 的 nextResponder 属性

[self.view.superview nextResponder];

或者如果在自定义类中

[self.superview nextResponder];

并检查 throw isKindOfClass 如果这是您正在寻找的 View Controller 类型。

Apple 的 -[UIResponder nextResponder] 文档:

UIView implements this method by returning the UIViewController object that manages it (if it has one) or its superview (if it doesn’t)

关于ios - 检查 super View 是否是 UITableViewController UIViewController?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31021664/

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