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
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
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
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
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
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
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