List View Drag&Drop Support on iOS

Hi there,

Upon using List View for tabular information showcase on both iOS and iPadOS, I have come to realize that the drag and drop support works only for iPadOS but not iOS.

Although it is possible to workaround this by using a ScrollView wrapping around a LazyVStack instead, the editing mode along with left-wipe to delete feature would be missing. Not to mention that this workaround only supports single item rather than multiple items.

Therefore, I am here to ask if the drag and drop will come to support devices running iOS, and if so, when will this feature ship. If not, will LazyVStack/LazyHStack support native editing mode.

Thank you for your time.

It's been more than 5 years and there is still no other way than using Lazy views inside ScrollView.

List View Drag&Drop Support on iOS
 
 
Q