Skip to content

Instantly share code, notes, and snippets.

@icanswiftabit
Created November 16, 2017 09:57
Show Gist options
  • Save icanswiftabit/244b7ba93361998dd10d02ac8f2fe044 to your computer and use it in GitHub Desktop.
Save icanswiftabit/244b7ba93361998dd10d02ac8f2fe044 to your computer and use it in GitHub Desktop.
func dragInteraction(_ interaction: UIDragInteraction, itemsForBeginning session: UIDragSession) -> [UIDragItem] {
let provider = NSItemProvider(object: "Hello" as NSString)
return [UIDragItem(itemProvider: provider)]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment