Commit ccaf29fa by Orkhan Alikhanov

Update tintColor first time

parent b83c2091
......@@ -399,6 +399,9 @@ open class TextField: UITextField, Themeable {
public override init(frame: CGRect) {
super.init(frame: frame)
prepare()
/// Fire didSet here to update tintColor
placeholderActiveColor = { placeholderActiveColor }()
}
open override func layoutSubviews() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment