Skip to content

Commit

Permalink
Rename existing unused gradient property of BEMLine to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Nov 10, 2014
1 parent 040d87c commit 3dcb462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/BEMLine.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ typedef NS_ENUM(NSInteger, BEMLineAnimation) {

/** A color gradient to be applied to the line. If this property is set, it will mask (override) the \p color property.
@todo This property is non-functional at this point in time. It only serves as a marker for further implementation. */
@property (assign, nonatomic) CGGradientRef gradient;
@property (assign, nonatomic) CGGradientRef lineGradient;

/// The reference line color. Defaults to `color`.
@property (strong, nonatomic) UIColor *refrenceLineColor;
Expand Down

0 comments on commit 3dcb462

Please sign in to comment.