它总是返回 NULL 而不是属性。
objc_property_t property = class_getProperty([UIView class], "frame");
XCTAssertTrue(property != NULL,
@"UIView.frame property should be here.");
例如,与 center
一起工作正常,但与 frame
似乎不行。
谁能解释一下?
哇,看来它确实没有这种属性,而是一种方法。文档显示为属性,但实际上它是一种方法。 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 |