Skip to content
New issue

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 not supported #55

Open
IshuRocks opened this issue Jun 10, 2021 · 2 comments
Open

drag finger to select multiple not supported #55

IshuRocks opened this issue Jun 10, 2021 · 2 comments

Comments

@IshuRocks
Copy link

Drag finger to select multiple photos not supported.

@IshuRocks IshuRocks changed the title drag to select multiple not supported drag finger to select multiple not supported Jun 10, 2021
@altagir
Copy link

altagir commented Jan 13, 2023

This is the native iOS selection method, it should be replicated
Any chance to happen ?

@altagir
Copy link

altagir commented Jan 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants