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
Hi,
When you click in a cell and click in the same cell to dismiss, it's impossible to pick the this action using DidDeselect or ShouldDidDeselect.
It's possible to pick the event on click to dismiss this in the same cell?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, When you click in a cell and click in the same cell to dismiss, it's impossible to pick the this action using DidDeselect or ShouldDidDeselect. It's possible to pick the event on click to dismiss this in the same cell? Thanks!
Hi.
internal protocol CB3DSelectCellDelegate: class { func deselect() }
end create instance
weak var delegate: CB3DSelectCellDelegate?
delegate?.deselect()
cell.delegate = self
extension CollectionManager: CB3DSelectCellDelegate { func deselect() { didDeselect?() } }
Sorry, something went wrong.
No branches or pull requests
Hi,
When you click in a cell and click in the same cell to dismiss, it's impossible to pick the this action using DidDeselect or ShouldDidDeselect.
It's possible to pick the event on click to dismiss this in the same cell?
Thanks!
The text was updated successfully, but these errors were encountered: