美文网首页
iOS 友盟分享剪切板UIPasteboard失效问题

iOS 友盟分享剪切板UIPasteboard失效问题

作者: 明似水 | 来源:发表于2019-06-26 17:20 被阅读0次

在友盟分享的时候调用

dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
            [UIPasteboard generalPasteboard].string = pasteStr;
        });

就能解决,实在不懂可以Q我!谢谢~

END.

相关文章

网友评论

      本文标题:iOS 友盟分享剪切板UIPasteboard失效问题

      本文链接:https://www.haomeiwen.com/subject/coqhcctx.html