菜鸟教程小白 发表于 2022-12-12 19:30:17

ios - UIPasteboard 的物理位置在哪里?


                                            <p><p>特定于应用的 UIPasteboard 的内容物理存储在设备上的什么位置? </p>

<p>这是 iTunes 备份设备时备份的内容吗?</p>

<p>那么,就安全性而言,是否希望对发送到 UIPasteboard 的数据进行加密?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>来自 <a href="https://developer.apple.com/library/ios/documentation/uikit/reference/UIPasteboard_Class/Reference.html" rel="noreferrer noopener nofollow">UIPasteboard Class Reference</a> :</p>

<blockquote>
<p>A pasteboard is a <strong>named region of memory</strong> where data can be shared.
There are two system pasteboards: the General pasteboard
(UIPasteboardNameGeneral) and the Find pasteboard
(UIPasteboardNameFind. You can use the General pasteboard for
copy-paste operations involving any kind of data; the Find pasteboard,
which is used in search operations, holds the most recent string value
in the search bar.</p>
</blockquote>

<p>有关特定应用粘贴板的信息:</p>

<blockquote>
<p>Apps can also create pasteboards for their own use or for use by other
apps that have the same team ID. A pasteboard must be identified by a
unique name. You may also mark an app-specific pasteboard as
persistent, so that it continues to exist past the termination of the
app and past system reboots.</p>
</blockquote>

<p>但是,文档没有指定这些项目的存储位置。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - UIPasteboard 的物理位置在哪里?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/22024738/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/22024738/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - UIPasteboard 的物理位置在哪里?