本文介紹如何將目標字符串復制存儲到剪貼板上,代碼如下:
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = model.document;
本文將持續更新,如有需要請關注!
荊軻刺秦王!
本文介紹如何將目標字符串復制存儲到剪貼板上,代碼如下:
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
pasteboard.string = model.document;
本文將持續更新,如有需要請關注!
荊軻刺秦王!