UIPasteboard Pasteboard App iOS iPhone

时间:2012-12-26 20:52:44

标签: iphone ios cocoa-touch uipasteboard

我期待为iPhone开发一个粘贴板应用程序。

问题是:我怎样才能意识到什么时候被复制了?我知道我可以访问UIPasteboard generalPasteboard属性。

但是什么时候需要更新显示内容的(示例)UITableView?是否有我可以观察到的NSNotificationCenter发送的通知?还要别的吗?在viewDidAppear

时重新加载数据

1 个答案:

答案 0 :(得分:4)

您可以注册UIPasteboardChangedNotification通知(documentation)。每次粘贴板的内容发生变化时都会调用它。