CXGradientView 0.0.2

CXGradientView 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Daniel Clelland.



  • By
  • Daniel Clelland

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];