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
IGListKit/Source/IGListAdapter.m
Line 1083 in 290d592
Travis failed after a swiftlint warning: unused variable collectionView [-Wunused-variable]
collectionView
The text was updated successfully, but these errors were encountered:
Ahh from compiling out the assert. Any interest picking this up and fixing? Should be just changing the assert to use self.collectionView instead.
self.collectionView
Sent with GitHawk
Sorry, something went wrong.
Sure 😊
c5f6406
zhubofei
Successfully merging a pull request may close this issue.
IGListKit/Source/IGListAdapter.m
Line 1083 in 290d592
Travis failed after a swiftlint warning: unused variable
collectionView
[-Wunused-variable]The text was updated successfully, but these errors were encountered: