Commit 7eea794f by M. Porooshani

Fixes font issue for TextField

parent d3650f18
......@@ -147,11 +147,8 @@ public class TextField : UITextField {
/// The placeholderLabel font value.
@IBInspectable public override var font: UIFont? {
get {
return placeholderLabel.font
}
set(value) {
placeholderLabel.font = value
didSet {
placeholderLabel.font = self.font
}
}
......
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