TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Oliver Letterer.
SPLLinearGradientView is a UIView subclass that draws a linear gradient.
SPLLinearGradientView *gradientView = [[SPLLinearGradientView alloc] initWithFrame...];
gradientView.colors = @[ ... ];
[gradientView setColors:@[ ... ] atLocations:...];
Oliver Letterer, [email protected]
SPLLinearGradientView is available under the MIT license. See the LICENSE file for more info.