prolificinteractive / Caishen

A Payment Card UI & Validator for iOS
MIT License
766 stars 119 forks source link

the placeholder is not visible #132

Open YKV opened 6 years ago

YKV commented 6 years ago

By Adding rounded corners to text field makes placeholder text invisible. Thanks

piyushvaish commented 6 years ago

Is there any update on this issue ?

quentin41500 commented 6 years ago

Hey @DannyVancura, did you manage to reproduce that issue?

kapildevgj commented 6 years ago

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

Bathant commented 3 years ago

when adding backgroundColor the placeholder disappear