存在无法识别的属性选择器

时间:2018-01-12 05:35:06

标签: ios objective-c

我在我的项目中使用YYText,当我设置一些属性时会导致崩溃

 _contentLbl = [YYLabel new];
 _contentLbl.preferredMaxLayoutWidth = 1.0;

应用程序崩溃为

[YYLabel setPreferredMaxLayoutWidth:]: unrecognized selector sent to instance 0x7fd6e89210a0

我检查并且我确定此属性已在YYLabel.h

中定义

我尝试通过方法class_copyPropertyList将所有属性打印到类中,但我仍然找不到此属性preferredMaxLayoutWidth

我很困惑,有人可以向我解释一下吗?

0 个答案:

没有答案