开发者

Drawing a path in Photoshop/Illustrator, using it in iOS

开发者 https://www.devze.com 2023-01-29 11:12 出处:网络
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 us

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 CAKeyframeAnimati开发者_高级运维on? e.g. by exporting the point data, or by importing the .ai file?


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.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消