ADKGradientView Class Reference
| Inherits from | UIView |
|---|---|
| Declared in | ADKGradientView.h ADKGradientView.m |
Other Methods
– redrawView
Asking current view needs to redraw itself. if you change any setting after initialized, you might need to redraw view to display the newest setting.
- (void)redrawViewDeclared In
ADKGradientView.h
Other Methods
beginColor
Painting gradient start from specific UIColor.
@property (nonatomic, strong) IBInspectable UIColor *beginColorDeclared In
ADKGradientView.h
endColor
Painting gradient end at specific UIColor.
@property (nonatomic, strong) IBInspectable UIColor *endColorDeclared In
ADKGradientView.h
blendsType
Decide how to paint gradient on this view.
@property (nonatomic, assign) ADKBlendsType blendsTypeDeclared In
ADKGradientView.h