Skip to content

bugfreeX/NEGradientColor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEGradientColor

UIColor Category,gradient Color

  • UIGradientLeftToRight

example

  • UIGradientRadial

example

  • UIGradientTopToBottom

example

Sample Code

self.view.backgroundColor = [UIColor colorWithGradientType:UIGradientLeftToRight withFrame:self.view.bounds andColors:@[[UIColor orangeColor],[UIColor cyanColor]]];