NSString *copyStringverse = [[NSString alloc] initWithFormat:@"%@",[textview.text]]; UIPasteboard *pb = [UIPasteboard generalPasteboard]; [pb setString:copyStringverse];
I use the code above to copy content to a textview , but I want to copy the contents to a table cell. How to do it. Thanks in advance.
iphone uipasteboard
stackiphone Jan 15 '12 at 12:20 2012-01-15 12:20
source share