UIPasteboard *pab = [UIPasteboard generalPasteboard];
NSString *string = @"这个方法走完之后有文本框的时候长按就可以粘贴啦";
[pab setString:string];