Tagged Questions

0
votes
0answers
109 views

Separating Strings in a UIPasteboard

I am trying to separate strings from a UIPasteBoard pasteBoard = [UIPasteboard pasteboardWithName:@"FileManager" create:YES]; NSArray *indexes = [self.tableView indexPathsForSelectedRows]; ...