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?

link|improve this question

65% accept rate
1  
I'm no iphone developer, but I imagine you could parse an SVG saved from illustrator, and use the bezier points for your animation. – George Profenza Dec 9 '10 at 11:43
Actually that was a great pointer. Found this: likethought.com/opacity It will export Quartz code. – Joseph Tura Dec 9 '10 at 11:49
feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.