OStack程序员社区-中国程序员成长平台

标题: ios - 为什么无法使用 class_getProperty 获取 UIView.frame 属性? [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 22:11
标题: ios - 为什么无法使用 class_getProperty 获取 UIView.frame 属性?

它总是返回 NULL 而不是属性。

objc_property_t property = class_getProperty([UIView class], "frame");
XCTAssertTrue(property != NULL,
              @"UIView.frame property should be here.");

例如,与 center 一起工作正常,但与 frame 似乎不行。

谁能解释一下?



Best Answer-推荐答案


哇,看来它确实没有这种属性,而是一种方法。文档显示为属性,但实际上它是一种方法。 https://github.com/JaviSoto/iOS7-Runtime-Headers/blob/master/Frameworks/UIKit.framework/UIView.h

很奇怪。

关于ios - 为什么无法使用 class_getProperty 获取 UIView.frame 属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23462023/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4