1

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.

https://developer.apple.com/documentation/uikit/uitableviewdelegate/selecting_multiple_items_with_a_two-finger_pan_gesture

Timmy
  • 4,098
  • 2
  • 14
  • 34
bibintomj
  • 73
  • 5
  • [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

0 Answers0