Re: Animate a CGPath

2008-09-12 Thread David Duncan
On Sep 11, 2008, at 12:21 PM, Daniel Weber wrote: Hi everyone. I have an NSView with some appkit drawing code that I'm trying to convert to core graphics drawing code. One thing I'm having trouble with is the transition from NSBezierPath to CGPath. Basically in my application, I want to ani

Animate a CGPath

2008-09-11 Thread Daniel Weber
Hi everyone. I have an NSView with some appkit drawing code that I'm trying to convert to core graphics drawing code. One thing I'm having trouble with is the transition from NSBezierPath to CGPath. Basically in my application, I want to animate the drawing a curve. In other words, I want to show t