? UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
?[pasteboard setString:@"往剪貼板寫信息"];//設(shè)置剪貼板信息
NSLog(@"剪貼板信息 =?%@",pasteboard.string);//獲取剪貼板信息
? UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
?[pasteboard setString:@"往剪貼板寫信息"];//設(shè)置剪貼板信息
NSLog(@"剪貼板信息 =?%@",pasteboard.string);//獲取剪貼板信息