I have a UIScrollView here where I\'m adding displaying a label in the middle of the screen when the user has scrolled to a page, the problem is that while the animation is going the user can\'t scrol
I am trying to create an infinitely looping animation but am having some trouble.I am using this line of code the make my view \"throb\" red but when I call this line it works but make my UI unrespons
I\'m trying to animate the rounding of the corners of my view.The cornerRadius property is listed as animatible, but I can\'t seem to get it to work.I actually can\'t get any of the other properties t
I have a CALayer with a CATextLayer sublayer. When I apply a transform or otherwise resize the CALayer, I need the CATextLayer to resize within its parent\'s bounds. Upon resize, the CATextLayer also
I am trying to create a CATransition to a UIView. I want to move the UIView to the right, and at the same time (and always on the same point), rotate it.
Is there an issue with reading the presentation position while it\'s paused? I\'m trying to pause and resume a CALayer. Once the CALayer is paused, I开发者_运维问答 want to update the layer\'s positi
Is it possible to implement animating sequence of images using CAAnimation? And i dont want to use UIImageView...
I\'ve got a View that appears as a dialog and I am animating its opacity when I want it to be removed from the parent view.
Is there a way to transition through views in the navigation controller without the header animating?
I\'ve been playing around with drawing a path using a CAShapeLayer as outlined in this great article, http://oleb.net/blog/2010/12/animating-drawing-of-cgpath-with-cashapelayer, but I\'m wondering if