Hacker News new | ask | show | jobs
by kennywinker 5087 days ago
Interesting. Are there other examples of this hack being used and not kiboshed by Apple?
1 comments

According to Apple's documentation, "The UIPasteboard class enables an application to share data within the application or with another application using system-wide or application-specific pasteboards." http://developer.apple.com/library/ios/#DOCUMENTATION/UIKit/...

For a couple examples: OpenUDID and SecureUDID use UIPasteboard.

Fascinating! I had no idea UIPasteboard could do that.