Top "Cagradientlayer" questions

`CAGradientLayer` is a special purpose `CALayer` subclass for drawing animatable linear gradients.

How to Apply Gradient to background view of iOS Swift App

I'm trying to apply a gradient as the background color of a View (main view of a storyboard). The code …

ios ios7 swift cagradientlayer
UIView transparent gradient

Given an arbitrary UIView on iOS, is there a way using Core Graphics (CAGradientLayer comes to mind) to apply a "…

iphone ios core-graphics cagradientlayer
iOS White to Transparent Gradient Layer is Gray

I have a CAGradientLayer inserted to the bottom of this small detail view that pops up at the bottom of …

ios iphone uiview calayer cagradientlayer
How to change CAGradientLayer color points?

Right 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 cagradientlayer
iOS UITableView: assign background color as gradient using CAGradientLayer

I 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 cagradientlayer
CAGradientLayer, not resizing nicely, tearing on rotation

I'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 cagradientlayer
Add a gradient on UIImageView

I 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 cagradientlayer
horizontal CAGradientLayer in iOS 7.0

Inside my application I use a CAGradientLayer to set the background of my cell, in this way: retValue = [tableView dequeueReusableCellWithIdentifier:@"…

ios cagradientlayer
How to apply CAGradientLayer as mask of another CALayer?

I have a view, which has a CALayer. When I create a CAGradientLayer and apply it as the mask of …

ios core-animation calayer cagradientlayer
background Gradient : linear left to right in objective C

My 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