I have a CALayer that contains few other subLayers (CATextLayer actually) I want to apply some transformation on that layer when user do usual gesture on the ipad but it doesn\'t seem to be working p
Imagine a small red box (CALayer instance) drawn in the lower left corner of its parent layer (which is the root layer of a layer hosting NSView).
If I close my iPad app while I\'m lo开发者_开发知识库ading data from services, the app closes but then immediately opens again without my doing anything. At this point, I am not able to do anything; I
I was reading about CATransactions and then thought this might help solve my problem. This is what I wan\'t to do:
How can I set the delay of开发者_如何学JAVA my implicit animation in core animation? I\'m surprised that there is no kCATransactionAnimationDelay.Try this
I have a method in which a bunch of layers are positioned, and a single \"activated\" layer (b开发者_开发知识库asically a layer that the user has clicked on) is both positioned and resized at the same
Until now I\'ve been able to animate the custom properties of my CALayer subclass, 开发者_如何学Pythonthanks to + (BOOL)needsDisplayForKey:(NSString *)key and CABasicAnimations.
I\'m porting an iPhone app to Mac OS X.This code was being used successfully on the iPhone: - (void) moveTiles:(NSArray*)tilesToMove {
I\'m using a CAKeyframeAnimation to animate a view along a CGPath. When the animation is done, I\'d like to be able to call some other method to perform another action. Is there a good way to do this?