Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zoul/uilabel-clipboard-sample
- Owner: zoul
- Created: 2010-12-14T07:57:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-23T12:36:40.000Z (over 12 years ago)
- Last Synced: 2023-04-19T04:16:34.447Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 241 KB
- Stars: 42
- Watchers: 6
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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