从睡眠模式恢复后(点击睡眠/唤醒按钮然后点击主页按钮),我尝试使用代码打击得到粘贴板字符串,结果为零。
UIPasteboard *pasteboard = [UIPasteboard generalPasteboard];
self.beforeValue = pasteboard.string;
我可以使用iPhone 4S(iOS5.1.1),iPodtouch4G(iOS6.1.3),iPad(iOS6.1.3),但我不能用5(iOS6.1.3)。是iPhone5的bug吗?任何提示都表示赞赏。