Acettest 2016-05-20 15:08 采纳率: 30%
浏览 1223
已结题

[JKDictionary text]未知方法

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[JKDictionary text]: unrecognized selector sent to instance 0x7fde31e90b60'

崩在这个地方
//评论内容的高度
RTLabel *rt = [[RTLabel alloc] initWithFrame:CGRectMake(0, 0, 240, 0)];

rt.font = [UIFont systemFontOfSize:14.0f];
rt.text = commentModel.text;

commentModel是一个数据类的实例,但是这个实例中的所有的属性都不能用

请问这是什么原因?该怎么解决,给个思路也可以,谢谢了

  • 写回答

1条回答 默认 最新

  • devmiao 2016-05-20 17:18
    关注
    评论

报告相同问题?