菜鸟教程小白 发表于 2022-12-13 11:43:40

ios - 在 SQLite 中保存 UIBezierPath


                                            <p><p>我正在使用 UIBezierPath 在 View 上绘制手绘注释。我想将它保存在 SQLite 中,以便在用户打开该 View 时绘制该 View 。有什么方法可以在 SQLite 中保存 UIBezierPath,这样我就可以随时使用它来绘制 View 。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您可以将其序列化为数据(以 <em>NSData</em> 实例的形式),因为 <em>UIBezierPath</em> 符合 <em>NSCoding</em>(即 </p> <pre>NSData * data = </pre><p></p>

<p>另一种选择可能是转换为/从 SVG 转换并保存。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 SQLite 中保存 UIBezierPath,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32878056/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32878056/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 SQLite 中保存 UIBezierPath