Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zoul/uilabel-clipboard-sample

Sample project demonstrating how you can display the pasteboard menu on an UILabel.
https://github.com/zoul/uilabel-clipboard-sample

Last synced: 10 days ago
JSON representation

Sample project demonstrating how you can display the pasteboard menu on an UILabel.

Awesome Lists containing this project

README

        

This is a simple project demonstrating how you can display the system
pasteboard menu on a regular `UILabel`. The interesting code is in the
[`CopyLabel.m`][1] class. Originally motivated by [this question][2]
on Stack Overflow. Released to public domain under the [CC0 license][3].

[1]: https://github.com/zoul/UILabel-Clipboard-Sample/blob/master/Classes/CopyLabel.m
[2]: http://stackoverflow.com/questions/1246198
[3]: http://creativecommons.org/publicdomain/zero/1.0/legalcode