Re: CATransactions not working
Re: CATransactions not working
- Subject: Re: CATransactions not working
- From: Brian Christensen <email@hidden>
- Date: Mon, 19 May 2008 13:23:29 -0400
On May 19, 2008, at 1:06 , Adam Radestock wrote:
It's in a function called from within the mouseDown: handler in my
subclass. I just don't get why the implicit animation isn't working?
A couple of things:
1) Make sure that somewhere up the hierarchy of your button's
superviews one of them has the "Wants Layer" option in IB checked, or
that you're setting "[someSuperviewOfCustomButton setWantsLayer:YES]"
in code somewhere.
2) If #1 isn't the issue, it would help if you posted your entire
mouseDown: method. I have run into an issue with animations not
happening when they should be, but I don't know if your issue is the
same as the one I had recently without seeing more context.
/brian
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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