How to change color at "00" in UITextField Xcode
I'd like to change the color of "00" to gray and change the color of fix "555" to make black in my UITextField. How can i do ? Thank you for your guidance. var placeHolder = "00" func textFieldDidBeginEditing(_ textField:…