I don't see a CGPathCreateImmutable() anywhere in the docs. I did solve my problem though.
On Mon, Dec 7, 2009 at 1:49 PM, Kyle Sluder <[email protected]> wrote: > On Mon, Dec 7, 2009 at 6:16 AM, Eric E. Dolecki <[email protected]> > wrote: > > I am still on the analog clock thing here. I am drawing the hands of the > > hourHandPath = CGPathCreateMutable(); > > Rather than making a mutable path and transforming it, you should > instead create a CAShapeLayer with an immutable path and change that > layer's transformation matrix. > > --Kyle Sluder > -- http://ericd.net Interactive design and development _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
