CALayer is a Core Animation class in the Quartz Core framework.
I’ve been working on an application for a couple of years and received a simple design request: Round the …
ios cocoa-touch uiview calayer rounded-cornersI'm looking to perform a perspective transform on a UIView (such as seen in coverflow) Does anyonew know if this …
ios cocoa-touch uiview core-animation calayerThere has been many Questions recently about drawing PDF's. Yes, you can render PDF's very easily with a UIWebView but …
ios swift pdf calayer apple-pdfkitI have the following CALayer: CAGradientLayer *gradient = [CAGradientLayer layer]; gradient.frame = CGRectMake(8, 57, 296, 30); gradient.cornerRadius = 3.0f; gradient.colors = [NSArray arrayWithObjects:(id)[…
iphone core-graphics calayerI have a UIView which has about 8 different CALayer sublayers added to its layer. If I modify the view's bounds (…
iphone ios objective-c uiview calayerI have to drop a shadow to the right and bottom of uiview.Im doing this in interface builder.But …
ios calayer shadowIn my application - there are four buttons named as follows: Top - left Bottom - left Top - right …
iphone objective-c xcode uiview calayerI have a UIView which contains an AVPlayer to show a video. When changing orientation, I need to change the …
objective-c uiview calayer avplayerI can add a border to a CALayer in this way: [webView.layer setBorderColor: [[UIColor colorWithRed:0.6 green:0.7 blue:0.2 alpha:1] CGColor]]; […
iphone objective-c core-animation calayerNote: Things have moved on since this question was asked; see here for a good recent overview. Before auto layout, …
ios calayer autolayout