`CAGradientLayer` is a special purpose `CALayer` subclass for drawing animatable linear gradients.
I'm trying to apply a gradient as the background color of a View (main view of a storyboard). The code …
ios ios7 swift cagradientlayerGiven an arbitrary UIView on iOS, is there a way using Core Graphics (CAGradientLayer comes to mind) to apply a "…
iphone ios core-graphics cagradientlayerI have a CAGradientLayer inserted to the bottom of this small detail view that pops up at the bottom of …
ios iphone uiview calayer cagradientlayerRight now I've got a GA Gradient layer where I've set the colors but I'd like to set the color …
ios core-animation cagradientlayerI just started playing with the Master-Detail view template in Xcode 4.3 and I am trying to change the background color …
ios uitableview xcode4.3 cagradientlayerI'm trying to get my CAGradientLayers, that i'm using to create nice gradient backgrounds, to resize nicely on rotation and …
iphone ios objective-c uiviewcontroller cagradientlayerI am trying to add a sublayer on my UIImageView but it doesn't work. I have a set of 10 images …
ios uiimageview swift3 uicolor cagradientlayerInside my application I use a CAGradientLayer to set the background of my cell, in this way: retValue = [tableView dequeueReusableCellWithIdentifier:@"…
ios cagradientlayerI have a view, which has a CALayer. When I create a CAGradientLayer and apply it as the mask of …
ios core-animation calayer cagradientlayerMy client wants the background View with this gradient effect background Gradient : rgb(118,118,118) | #ffffff | rgb(198,198,197) linear left to right I …
ios objective-c cagradientlayer