Skip to content

patelrohan/DragAndDrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

DragAndDrop

  • Sample project demonstrating drag and drop functionality in SwiftUI

  • The drag and drop functionality in SwiftUI has undergone significant enhancements in iOS 16. The latest approach involves utilizing the new .draggable and .dropDestination modifiers, which require adopting the newly introduced Transferable protocol in Swift.

  • This project serves as a demonstration of how to effectively implement Drag and Drop features and guides you in conforming your custom objects to the Transferable protocol, enabling seamless integration with Drag and Drop operations.

Screenshot 2023-09-17 at 12 15 19 AM

About

Sample project demonstrating drag and drop functionality in SwiftUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages