I am developing a WebApp for iOS that has Labelone that will show a result for a user that needs to be copied for future use, but how can I make the content Labelavailable for copy?
Label
u can add a copy button next to the label, when the user taps it, the label value is stored in the var variable and can be inserted at another point in the application ...
or, if you want to use the shortcut on the clipboard, you can use this: http://mobileorchard.com/new-in-iphone-30-tutorial-series-part-3-copy-paste-with-uipasteboard/
u mylabeloutlet.text , /