Skip to content

Instantly share code, notes, and snippets.

@icanswiftabit
Created November 16, 2017 10:26
Show Gist options
  • Save icanswiftabit/f48847d7681647ebdb24cded6834e4c1 to your computer and use it in GitHub Desktop.
Save icanswiftabit/f48847d7681647ebdb24cded6834e4c1 to your computer and use it in GitHub Desktop.
func dropInteraction(_ interaction: UIDropInteraction, sessionDidUpdate session: UIDropSession) -> UIDropProposal {
return UIDropProposal(operation: .copy)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment