Skip to content

Instantly share code, notes, and snippets.

@KentarouKanno
Created May 13, 2018 07:50
Show Gist options
  • Save KentarouKanno/e129b5b075407fc00c36bc0da24fb188 to your computer and use it in GitHub Desktop.
Save KentarouKanno/e129b5b075407fc00c36bc0da24fb188 to your computer and use it in GitHub Desktop.
UIPasteboard

UIPasteboard

let pasteboard = UIPasteboard.general
pasteboard.string = label.text

let generator = UISelectionFeedbackGenerator()
generator.prepare()
generator.selectionChanged()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment