Sneak peek into iOS 11 Drag & Drop API using Swift

Sneak peek into iOS 11 Drag & Drop API using Swift

Firstly, you need Xcode 9, which you may download from Official Apple’s website. If you decide to test app we’re going to build on a real device, make sure that it runs on iOS 11. We won’t create any additional elements, we’ll work with a ViewController class created by default.

[…]