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 wrote: > > > On Apr 2, 2013, at 13:49, David Duncan wrote: > > > >> By default a UIView will disable animations on its layer via the CALayer > >> informal delegate protocol (if you are creating thi

Re: Setting position of CALayer doesn't animate

2013-04-02 Thread David Duncan
On Apr 2, 2013, at 12:04 PM, Steve Mills wrote: > On Apr 2, 2013, at 13:49, David Duncan 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 i

Re: Setting position of CALayer doesn't animate

2013-04-02 Thread Steve Mills
On Apr 2, 2013, at 13:49, David Duncan 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 > seeing implicit a

Re: Setting position of CALayer doesn't animate

2013-04-02 Thread David Duncan
On Apr 2, 2013, at 11:43 AM, Steve Mills wrote: > On Apr 2, 2013, at 13:35, David Duncan 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 informal delegate protocol (if

Re: Setting position of CALayer doesn't animate

2013-04-02 Thread Steve Mills
On Apr 2, 2013, at 13:35, David Duncan 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 requests or moderator c

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 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 subLayer on that

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 posit