Basically, I want to animate a shrinking circle. I\'ve already done this by drawing progressively smaller circles onto CGLayer\'s, and then using
On each cell of my table view I want to have a bar that the user can slide out from the right.On the bar I plan to have icons.So, to do this I subclassed UITableViewCell.On the cell I have implemented
I have a UIView which has about 8 different CALayer sublayers added to its layer. If I 开发者_开发问答modify the view\'s bounds (animated), then the view itself shrinks (I checked it with a background
I\'m trying to make use of CALayers to create a 3D style effect in one of my applications. However, it seems that nested CALayers do not have perspective applied to them.
I want to create a \"blind down\" effect on an image so the image \"blinds down\" and appears. Sort of like 开发者_如何学JAVAthis JavaScript transition:
My application has a UIScrollView with one subview. The subview is an extended UIView which prints a PDF page to itself using layers in the drawLayer event.
In Iphone development, I want to draw context in layer. Then the question is: What exactly is the cont开发者_JAVA百科ext passed into drawLayer:inContext:? Is it the layer\'s contents\'s context or th
I have a CALayer that I w开发者_Python百科ant to change the custom animation for it appearing on screen. I have created a delegate so that I can catch the method:
Is it possible to alter the text of a UILabel whist its superview is being animated by UIView animations?
I ha开发者_StackOverflow中文版ve a custom UIView that is composed entirely of CALayers. In the awakeFromNib method it creates and sets all the CALayers into their appropriate positions (CAGradientLay