First Experience With Transferable Implementing Drag And Drop In SwiftUI
A game changer protocol in Swift
In WWDC 2022 and among other interesting announcements, Apple presented a new protocol in Swift, named Transferable. In a nutshell, Transferable makes it really easy and absolutely straightforward to copy data either among different spots within the same app, or even different apps. And…