Experimenting and playing around with drag and drop interactions in SwiftUI.
Initially started out with a file/folder metaphor to get the initial implementation of drag and drop working.
Experimented with the ability to specify which objects can be dropped on which drop targets.
Trying something a bit more complex where draggable objects are contained within other draggable objects.
Tasks were kept track of during SwiftUI Jam using a Trello Board
Creating a NSItemProvider for Custom Model Class Drag and Drop API


