Skip to content

Commit 65c481d

Browse files
author
Keenan.Cassidy
committed
Yoshiko: removed extra calls to methods
1 parent f7cf54f commit 65c481d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

TextFieldEffects/TextFieldEffects/YoshikoTextField.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,17 @@ import UIKit
4040
@IBInspectable dynamic public var outerBackgroundColor: UIColor = .lightGrayColor() {
4141
didSet {
4242
updateBorder()
43-
updateBackground()
44-
updatePlaceholder()
4543
}
4644
}
4745

4846
@IBInspectable dynamic public var activeInnerBackgroundColor: UIColor = .clearColor() {
4947
didSet {
50-
updateBorder()
5148
updateBackground()
52-
updatePlaceholder()
5349
}
5450
}
5551

5652
@IBInspectable dynamic public var placeholderColor: UIColor = .darkGrayColor() {
5753
didSet {
58-
updateBorder()
59-
updateBackground()
6054
updatePlaceholder()
6155
}
6256
}

0 commit comments

Comments
 (0)