CALayer is a Core Animation class in the Quartz Core framework.
In an animation I added a lot of sublayers to a view, with: [self.view.layer addSublayer:layer1]; [self.view.…
ios objective-c calayerI have a simple view (left side of the picture) and i need to create some kind of overlay (right …
ios objective-c calayer quartz-coreWith the following snippet, I'm adding a drop shadow effect to one my UIView. Which works pretty well. But as …
ios objective-c uiview calayerI am rotating a CALayer and trying to stop it at its final position after animation is completed. But after …
ios iphone calayer cabasicanimationI must add a UIImageView as subview of MapView. To do this I created a layer above the MapView. In …
ios uiimageview uiimage calayer subviewI've got a layer with some complex drawing code in its -drawInContext: method. I'm trying to minimize the amount of …
iphone ios core-animation calayerHi I am developing iPhone application in which I tried to set one side border for edittext. I did this …
ios autolayout calayerI've seen this happen whenever i rotate a screen that has a UITableView on it. I've found out that it …
iphone core-animation calayerI am attempting to draw a stroked circle by using a CAShapeLayer and setting a circular path on it. However, …
ios uikit core-graphics calayer cashapelayer