Re: Setting position of CALayer doesn't animate

2013-04-02 Thread David Duncan
What class is acting as the layer's delegate? On Mar 31, 2013, at 8:45 PM, Steve Mills sjmi...@mac.com wrote: Trying to learn animation stuff here, but it isn't working as documented. I have a CALayer installed on my view (subclass of ScreenSaverView). Then another CALayer is added as a

Re: Setting position of CALayer doesn't animate

2013-04-02 Thread Steve Mills
On Apr 2, 2013, at 13:35, David Duncan david.dun...@apple.com wrote: What class is acting as the layer's delegate? My ScreenSaverView is the delegate. Steve via iPad ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin

Re: Setting position of CALayer doesn't animate

2013-04-02 Thread David Duncan
On Apr 2, 2013, at 11:43 AM, Steve Mills sjmi...@mac.com wrote: On Apr 2, 2013, at 13:35, David Duncan david.dun...@apple.com wrote: What class is acting as the layer's delegate? My ScreenSaverView is the delegate. By default a UIView will disable animations on its layer via the CALayer

Re: Setting position of CALayer doesn't animate

2013-04-02 Thread Steve Mills
On Apr 2, 2013, at 13:49, David Duncan david.dun...@apple.com wrote: By default a UIView will disable animations on its layer via the CALayer informal delegate protocol (if you are creating this layer yourself, you should not assign a UIView subclass as its delegate). This is why you aren't

Re: Setting position of CALayer doesn't animate

2013-04-02 Thread David Duncan
On Apr 2, 2013, at 12:04 PM, Steve Mills sjmi...@mac.com wrote: On Apr 2, 2013, at 13:49, David Duncan david.dun...@apple.com wrote: By default a UIView will disable animations on its layer via the CALayer informal delegate protocol (if you are creating this layer yourself, you should not

Re: Setting position of CALayer doesn't animate

2013-04-02 Thread Kyle Sluder
On Tue, Apr 2, 2013, at 12:07 PM, David Duncan wrote: On Apr 2, 2013, at 12:04 PM, Steve Mills sjmi...@mac.com wrote: On Apr 2, 2013, at 13:49, David Duncan david.dun...@apple.com wrote: By default a UIView will disable animations on its layer via the CALayer informal delegate

Setting position of CALayer doesn't animate

2013-04-01 Thread Steve Mills
Trying to learn animation stuff here, but it isn't working as documented. I have a CALayer installed on my view (subclass of ScreenSaverView). Then another CALayer is added as a subLayer on that first layer. At some point after the layer has been initially drawn, I want to move it to a new