Multiple methods named 'status' found with mismatched result, parameter type or attributes(示

Posted Rinpe

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Multiple methods named 'status' found with mismatched result, parameter type or attributes(示相关的知识,希望对你有一定的参考价值。

出现这个这个错误, 有可能是由于你直接通过一个数组的索引获取一个对象(或模型)然后直接调用这个对象(或模型)的某个方法

例如:

NSString *status = [self.models[indexPath.row] status];

应该改为:

RPModel *model = self.models[indexPath.row];

NSString *status = model.status;

这样就能消除这个错误啦...

以上是关于Multiple methods named 'status' found with mismatched result, parameter type or attributes(示的主要内容,如果未能解决你的问题,请参考以下文章

combogrid change check multiple

Spring MVC,文件上传

多附件上传

jquery 上传多文件

php多个文件上传

js多图上传转码64