Skip to content

Ultra-basic UIView/CAGradientLayer class. Animates using CATransaction.

License

Notifications You must be signed in to change notification settings

dclelland/CXGradientView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CXGradientView

Ultra-basic UIView/CAGradientLayer class. Animates using CATransaction.

CXGradientView *gradientView = [[CXGradientView alloc] initWithFrame:self.view.bounds];

gradientView.colors = @[[UIColor redColor], [UIColor whiteColor], [UIColor blueColor]];

[self.view addSubview:gradientView];

About

Ultra-basic UIView/CAGradientLayer class. Animates using CATransaction.

Resources

License

Stars

Watchers

Forks

Packages

No packages published