UIPasteboard truncating strings when pasting multiple items into Mail
问题 My app attempts to copy images and text in sequence to the pasteboard, as a series of items. I am finding that text strings are truncated at the first "\n" character when they are pasted from the pasteboard into Mail. I would think it was to do with the encoding, but the weird thing is that it handles these "\n" characters just fine in the first string copied to the pasteboard, it is only a problem with subsequent ones. NSMutableArray *clipArray=[[NSMutableArray alloc] init]; for (int i=0;i<