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
Drag finger to select multiple photos not supported.
The text was updated successfully, but these errors were encountered:
This is the native iOS selection method, it should be replicated Any chance to happen ?
Sorry, something went wrong.
The fix is simple :
Add to AssetsGridViewController.swift in UICollectionViewDelegate extension :
// This will allow selecting upon dragging finger over multiple images override func collectionView(_ collectionView: UICollectionView, shouldBeginMultipleSelectionInteractionAt indexPath: IndexPath) -> Bool { return true }
I guess I will fork this repo since not maintained
No branches or pull requests
Drag finger to select multiple photos not supported.
The text was updated successfully, but these errors were encountered: