CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2016 |
Maintained by Joey Lee.
To run the example project, clone the repo, and run pod install from the Example directory first.
JLGradientViews is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "JLGradientViews"updateColor or updatePoint to reflect data on the view.JLHorizontalGradientView *gradientView = [[JLHorizontalGradientView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
gradientView.leftColor = [UIColor whiteColor];
gradientView.rightColor = [UIColor blackColor];
[gradientView updateColor];
[self.view addSubview:gradientView];
Joey Lee
JLGradientViews is available under the MIT license. See the LICENSE file for more info.