Skip to content

Instantly share code, notes, and snippets.

@aqubi
Created May 31, 2020 05:54
Show Gist options
  • Save aqubi/5fe1ac77c014a296ebd855c03b0d08b3 to your computer and use it in GitHub Desktop.
Save aqubi/5fe1ac77c014a296ebd855c03b0d08b3 to your computer and use it in GitHub Desktop.
func tableView(_ tableView: UITableView, itemsForBeginning session: UIDragSession, at indexPath: IndexPath) -> [UIDragItem] {
let itemProvider = NSItemProvider(object: "sample name" as NSString)
return [UIDragItem(itemProvider: itemProvider)]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment