在 Photoshop/Illustrator 中绘制路径,在 iOS 中使用它
我正在寻找一种比以编程方式绘制路径更方便的方法。有没有办法在 Photoshop(或 Illustrator)中绘制路径并将该路径获取到 iPhone 以在 CAKeyframeAnimation 中使用?例如通过导出点数据,或通过导入.ai 文件?
I am looking for a more convenient way of drawing a path than by drawing it programmatically. Is there any way of drawing a path in Photoshop (or Illustrator) and getting that path to the iPhone to use in a CAKeyframeAnimation? e.g. by exporting the point data, or by importing the .ai file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个名为“PocketSVG”的 GitHub 项目,可以从 SVG 文件创建 UIBezier 对象。它与在 Adobe Illustrator 中创建并导出到 SVG Tiny 1.2 的形状完美配合。
There's a GitHub project called "PocketSVG" that can create UIBezier objects from SVG files. It works perfectly with shapes created in Adobe Illustrator and exported to SVG Tiny 1.2.
我最终使用了Opacity。 Opacity 是一个漂亮的小程序,它允许您绘制路径(或导入图像)并导出 iOS 源代码(例如 Quartz)。
I ended up using Opacity. Opacity is a nifty little program that will allow you to draw paths (or import images) and export source code for iOS (e.g. Quartz).