Re: How do I update a constraint on my CALayer?
Re: How do I update a constraint on my CALayer?
- Subject: Re: How do I update a constraint on my CALayer?
- From: Austin Grigg <email@hidden>
- Date: Sun, 6 Sep 2009 19:50:28 -0400
Thanks, that did the trick.
Austin
On Sep 6, 2009, at 5:29 PM, Kevin Cathey wrote:
You cannot update a single constraint, but you can replace the
entire constraints array:
@property(copy) NSArray *constraints;
Kevin
_______________________________________________
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