Commit 2591eb72 by Anthony Dito

Updated actions on didSet for placeholderActiveScale

parent 8200745a
...@@ -217,7 +217,7 @@ open class TextField: UITextField { ...@@ -217,7 +217,7 @@ open class TextField: UITextField {
@IBInspectable @IBInspectable
open var placeholderActiveScale: CGFloat = 0.75 { open var placeholderActiveScale: CGFloat = 0.75 {
didSet { didSet {
print("ℹ️ Todo set the placeholder active amount") layoutPlaceholderLabel()
} }
} }
......
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