Tutorial: Turn Illustrator EPS Files Into A Core Graphics Path
Last week I mentioned an open source library that allows for the importing SVG files into your iOS apps by using the SVG data to create CAShapeLayers
Recently, I was told about a tutorial with sample code for a similar purpose, but with a different approach. In this case the developer imports the data from an illustrator EPS file, and uses that data to create a CGPathRef.
The tutorial is from Jeff Menter and it can be found along with the sample code here:
Method for Interpreting Illustrator Art Assets as Cocoa CGPathRef
Thanks to a comment from the Learning iOS blog for mentioning the tutorial.
Submit A Resource
Have you created a useful tutorial, library or tool for iOS development that you would like to get in front of our 300,000+ monthly page views from iOS developers?
You can send a Tweet to @maniacdev on Twitter or submit the url here.
The resources we feel will appeal to our readers the most will be posted on the front page.





