Skip to content

Commit

Permalink
Fix disabled color is not updated during disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
miang committed Oct 26, 2017
1 parent 3dcaa3c commit 5172c86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/SkyFloatingLabelTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ open class SkyFloatingLabelTextField: UITextField { // swiftlint:disable:this ty
/// A UIColor value that determines the color used for the title label and line when text field is disabled
@IBInspectable dynamic open var disabledColor: UIColor = UIColor(white: 0.88, alpha: 1.0) {
didSet {
updateColors()
updateControl()
updatePlaceholder()
}
}

Expand Down

0 comments on commit 5172c86

Please sign in to comment.