Yep, should be easy. Get the text from the view. Then use the methods in UIPasteboard. In particular the generalPasteboard class method and setValue:forPasteboardType: methods. Did you even open the documentation before asking this?
Yep, should be easy. Get the text from the view. Then use the methods in UIPasteboard. In particular the generalPasteboard class method and setValue:forPasteboardType: methods. Did you even open the documentation before asking this?
I was missing the pasteboard = [UIPasteboard generalPasteboard]; which I had removed last night when troubleshooting it and forgot to add it back in. All is working now. Thanks.