How to copy text to clipboard/pasteboard with Swift

I’m looking for a clean example of how to copy text to iOS clipboard that can then be used/pasted in other apps.

The benefit of this function is that the text can be copied quickly, without the standard text highlighting functions of the traditional text copying.

I am assuming that the key classes are in UIPasteboard, but can’t find the relevant areas in the code example they supply.

6 Answers
6

Leave a Comment