I want native iOS copy and paste UI on UILabel

Viewed 5490

I want to create the native Copy and Paste experience that iOS provides when you tap and hold a UITextField - but I want it to work on a UILabel instead of a UITextField.

Is this possible, or is it something that only works with UITextField? Would I need to create my own custom UI and mess around in UIPasteboard or is there a more eloquent solution?

Here is a typical example, although it normally also shows the zoomed in circle:

A typical example of how it looks on a text field:

1 Answers
Related