UITableView
and UICollectionView
has a 2-finger drag to select multiple items. Is there a SwiftUI equivalent or a custom solution to achieve this? I don't see anything in the documentation.
Asked
Active
Viewed 48 times
1
-
[Related](https://stackoverflow.com/q/71851665/5133585). – Sweeper Jul 31 '23 at 06:00
-
I didn't know there was this kind of gesture. For most cases, when you need multiple selection, the most common way is to enable edit mode first, then use one finger move over the items. – Owen Zhao Sep 01 '23 at 21:54