I\'ve got a custom image browser view with IKImageBrowserCell subclass where I\'ve added a little sign graphic that I would like to animate on some occasions.
I have an UIView and its subview. When I animate myView (size.x+20) my subview is being animated too, however I want to translate my subview at the same time independently(origin.x-40) (without the su
I need to create a grouped tableview with gradient on its border (not on its cells). I mad开发者_如何学Ce some research on the web but I\'m not sure I understand how to proceed.
When you use the Notes iPad app (from Apple) in landscape mode, you see the list of notes to the left. If you select a note you see a nice little animation that looks like someone is marking the note
I have a series of 8 UIView animations that occur directly after my view is loaded. Right now, I am accomplishing this by using the animationDidStop:finished:context delegate method, and everything wo
I\'ve made a CALayer with an added CATextLayer and the text comes out blurry.In the docs, they talk about \"sub-pixel antialiasing\", but that doesn\'t mean much to me.Anyone have a code snippet that
I am running into a problem where a restart of my iPhone app causes animations to stop. More specifically, I have the following animation set and running:
I\'ve been trying to develop a CALayer based \"CardView\" object that has two layers that face away from each other to present the two sides of a card.I\'ve been working with things like the doublesid
i\'m trying to make a UIView shake when a button is pressed. I am adapting the code I found on http://www.cimgf.com/2008/02/27/core-animation-tutorial-window-shake-effect/.
Here\'s the setup: I have a NSView which is a CALayer-backed view, and contains many CALayers. I have a CALayer for the \'background\' of the view, and many small CALayers which are sublayers. Someti