in my app i have an array of CALayer that I have animated along a be开发者_如何学PythonzierPath. When I close and reopen the app my layers are not animating and not in the same position as before clos
I am working on an iPad app. I have a viewcontroller which I want to show in a popover controller. But I also want to add custom animation to popover when presenting it in modalview. How can I add cus
I have been trying to create a simple swipe transition. However buttons seem immune to any CAAnimation that crops.
I know you can reload rows using reloadRowsAtIndexPath:withRowAnimation. how can you create an animation that is triggered when the row is replaced instead of the built in options.
I\'m animating a UIView (or rather its CALayer) and at the end of the animation it is no longer visible (I do a 3D transform so that it rotates about y by 90°, imagine a door opening towards you), th
no have animation , cause i do it incorrect ? -(void)swipeanimateDidStop { for (UIView *subview in self.swipingCell.backView.subviews){
I\'d like to have an NSView with subviews (images, text, etc.) and then apply a 3d transform to it using myView.layer.transform = myTransform.
I am using CGPathAddQuadCurveToPoint to create a curve path for animation and have animation duration for example 2 second. How can I animate object what moving along this path for example from one po
I am using CABasicAnimation for animating an image from top to bottom of the screen. I need to getframe of the image while it is animating from top to bottom......
I would like to know how I can get the diameter (or radius) o开发者_Go百科f an expanding circle animation at a at any point in time during the animation. I will end up stoping the animation right afte