There was an error while loading. Please reload this page.
1 parent f7cf54f commit 65c481dCopy full SHA for 65c481d
TextFieldEffects/TextFieldEffects/YoshikoTextField.swift
@@ -40,23 +40,17 @@ import UIKit
40
@IBInspectable dynamic public var outerBackgroundColor: UIColor = .lightGrayColor() {
41
didSet {
42
updateBorder()
43
- updateBackground()
44
- updatePlaceholder()
45
}
46
47
48
@IBInspectable dynamic public var activeInnerBackgroundColor: UIColor = .clearColor() {
49
50
- updateBorder()
51
updateBackground()
52
53
54
55
56
@IBInspectable dynamic public var placeholderColor: UIColor = .darkGrayColor() {
57
58
59
60
updatePlaceholder()
61
62
0 commit comments