Open YKV opened 6 years ago
Is there any update on this issue ?
Hey @DannyVancura, did you manage to reproduce that issue?
Instead of roundRect
numberTextField.placeholder = "Card Number" numberTextField.layer.borderWidth = 0.75 numberTextField.layer.borderColor = UIColor.lightGray.cgColor numberTextField.layer.cornerRadius = 3.0 numberTextField.clipsToBounds = true numberTextField.backgroundColor = .white
when adding backgroundColor the placeholder disappear
By Adding rounded corners to text field makes placeholder text invisible. Thanks