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
For example here it is explicitly set to nil
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) { let (model, adapter) = context(forItemAt: indexPath) adapter.dispatchEvent(.didSelect, model: model, cell: nil, path: indexPath, params: nil) }
And in most of the cases it is set to be nil
The text was updated successfully, but these errors were encountered:
#29 Cell is correctly passed on didSelectItemAt of the CollectionView…
3f52b70
…Director
Fixed, thanks
Sorry, something went wrong.
malcommac
No branches or pull requests
For example here it is explicitly set to nil
And in most of the cases it is set to be nil
The text was updated successfully, but these errors were encountered: