Steven Nguyen
Steven Nguyen
Here's a sample code that I used to render the username/password fields textfield.label.text = label textfield.tintColor = .lightGray textfield.setTextColor(color, for: .normal) textfield.setTextColor(color, for: .editing) textfield.setOutlineColor(outlineColor!, for: .normal) textfield.setOutlineColor(outlineColor!, for: .editing)...
I guess it fixed the truncation issue but then it causes a different issue. See the attached screenshot below. 