We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple methods named 'selected' found with mismatched result, parameter type or attributes
The text was updated successfully, but these errors were encountered:
if ([[filterModel.itemArr firstObject] selected])
Sorry, something went wrong.
你可以先排查一下所构造的数据是否有问题,[filterModel.itemArr firstObject]正常情况下取出来的数据会是ZHFilterItemModel的实例,如果你在filterModel.itemArr中存放的是其它类型的数据将会因为构造类型不匹配导致报错。
No branches or pull requests
Multiple methods named 'selected' found with mismatched result, parameter type or attributes
The text was updated successfully, but these errors were encountered: