Re: Need functionality of CAShapeLayer in 10.5
Re: Need functionality of CAShapeLayer in 10.5
- Subject: Re: Need functionality of CAShapeLayer in 10.5
- From: David Duncan <email@hidden>
- Date: Tue, 21 Sep 2010 17:32:57 -0700
On Sep 21, 2010, at 5:02 PM, Kenneth Baxter wrote:
> Any suggestions would be most welcome.
With a requirement of 10.5, about all you can do is call -setNeedsDisplay from a timer to implement the animation yourself, unless your path can be animated well enough by just stretching/squeezing the layer. Either way your talking about drawing your path into a plain CALayer.
--
David Duncan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden