剪切板的调用是很简单的,常用的就这两个,不管文字或是图片的粘贴复制,对剪切板的操作就是基于下面两个属性的:
[UIPasteboard generalPasteboard].string [UIPasteboard generalPasteboard].image
[UIPasteboard generalPasteboard].string
[UIPasteboard generalPasteboard].image
真正开发使用,一般是让它和UIMenuController配合使用。具体使用,请看下一篇UIMenuController的使用。