Commit 2a401dc9 by M. Porooshani

Resolves the Placeholder setter conflict with storyboard

parent 7eea794f
......@@ -451,6 +451,7 @@ public class TextField : UITextField {
masksToBounds = false
borderStyle = .None
backgroundColor = nil
super.placeholder = nil
textColor = MaterialColor.darkText.primary
font = RobotoFont.regularWithSize(16)
prepareDivider()
......
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