Q-Mobile / QGrid

🎛 QGrid: The missing SwiftUI collection view.
MIT License
1.64k stars 104 forks source link

Drag and move to reorder features support #46

Open donly opened 3 years ago

donly commented 3 years ago

I like QGrid, it is a very elegant solution like collection view.

I am looking for a SwiftUI component like LazyGrid (https://stackoverflow.com/questions/62606907/swiftui-using-ondrag-and-ondrop-to-reorder-items-within-one-single-lazygrid), but needs to be forward compatible with iOS 13.x or macOS 10.15.x.

Does QGrid have this feature please?