TKGradientView Class Reference
| Inherits from | UIView |
| Declared in | TKGradientView.h TKGradientView.m |
Tasks
Gradient Style Properties
-
colorsproperty -
locationsproperty -
startPointproperty -
endPointproperty -
typeproperty
Properties
colors
An array of UIColor objects defining the color of each gradient stop.
@property (nonatomic, strong) NSArray *colorsDeclared In
TKGradientView.hendPoint
The end point of the gradient when drawn in the layer’s coordinate space.
@property (nonatomic, assign) CGPoint endPointDeclared In
TKGradientView.hlocations
An optional array of NSNumber objects defining the location of each gradient stop.
@property (nonatomic, strong) NSArray *locationsDeclared In
TKGradientView.h