Month: February 2014
-
iOS: UIPasteboard, UIMenuController & UIMenuItem
There are times that you need to copy and paste items on your device, few words won’t be a problem but several paragraphs will. UIPasteboard is a built-in class that allows you to copy items to the pasteboard in iOS and paste it somewhere else. A user then selects an item (e.g., words, images, etc…) from any field where text and images are…
