Skip to content

jrturton/UIColor-EasyGradients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

UIColor-EasyGradients

Category on UIColor for creating a CGGradient from the receiver to a new colour.

Example usage:

CGGradientRef gradient = [[UIColor redColor] newGradientToColor:[UIColor greenColor]];

The caller is responsible for releasing the gradient ref object. A full description of the category can be found on my blog

About

Category on UIColor for creating a CGGradient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published