Steven Nguyen

Results 2 comments of 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. ![Screen Shot 2021-03-03 at 4 00 56 PM](https://user-images.githubusercontent.com/32366417/109878322-c11fd100-7c39-11eb-82da-1372c07261a4.png)