Skip to content

Instantly share code, notes, and snippets.

@icanswiftabit
Created November 16, 2017 10:25
Show Gist options
  • Save icanswiftabit/24d96bdb37da07f63be42c8fd934fe45 to your computer and use it in GitHub Desktop.
Save icanswiftabit/24d96bdb37da07f63be42c8fd934fe45 to your computer and use it in GitHub Desktop.
func dropInteraction(_ interaction: UIDropInteraction, canHandle session: UIDropSession) -> Bool {
return session.hasItemsConforming(toTypeIdentifiers: [kUTTypePlainText as String])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment