ios_pinCodeTextField
ios_pinCodeTextField copied to clipboard
Can't center the individual characters over the underline
I cannot seem to get each letter to center over the underline.
Hi, @M3Rocket! Thanks for using library! Could you please share screenshot of problem? It's not clear.
Due to inactivity, we close this issue
Hello this issue is happening with Right-To-Left user interface, I overcame this issue by forcing UI Semantic to Left-To-Right which you may do like
_pinCodeTextField.semanticContentAttribute = UISemanticContentAttributeForceLeftToRight
or

Hi, @mustafa96m!
Thank you for your feedback! We'll fix this bug.
It just appears as a normal text field
@mustafa96m Thx! It solved problem for me.