On 6/7/12 1:12 PM, Markus Spoettl wrote:
> On 6/7/12 9:39 PM, Conrad Shultz wrote:
>>> Is this to be expected? If so, what is the proper way of handling this?
>>> Surely there must be something basic I'm missing again.
>>>
>>> Thanks for any pointers!
>>
>> I haven't had a chance to test it myself,
On 6/7/12 9:39 PM, Conrad Shultz wrote:
Is this to be expected? If so, what is the proper way of handling this?
Surely there must be something basic I'm missing again.
Thanks for any pointers!
I haven't had a chance to test it myself, but what if you set the
transition animation on the layer's
On 6/7/12 2:14 AM, Markus Spoettl wrote:
> Hello,
>
> I have a delegate-drawn CALayer which uses a kCATransitionFade content
> transition animation set in -actionForLayer:forKey: of its delegate.
>
> This works fine if the layer is not moving. When the content changes,
> the new content simply
Hello,
I have a delegate-drawn CALayer which uses a kCATransitionFade content
transition animation set in -actionForLayer:forKey: of its delegate.
This works fine if the layer is not moving. When the content changes, the new
content simply fades in, the old one fades out.
However, when th