ios_pinCodeTextField icon indicating copy to clipboard operation
ios_pinCodeTextField copied to clipboard

Can't center the individual characters over the underline

Open M3Rocket opened this issue 7 years ago • 7 comments
trafficstars

M3Rocket avatar Aug 01 '18 11:08 M3Rocket

I cannot seem to get each letter to center over the underline.

M3Rocket avatar Aug 01 '18 12:08 M3Rocket

Hi, @M3Rocket! Thanks for using library! Could you please share screenshot of problem? It's not clear.

aitemr avatar Aug 02 '18 03:08 aitemr

Due to inactivity, we close this issue

iamirzhan avatar Oct 22 '18 11:10 iamirzhan

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

image

mustafa96m avatar Nov 13 '18 12:11 mustafa96m

Hi, @mustafa96m!

Thank you for your feedback! We'll fix this bug.

aitemr avatar Nov 14 '18 11:11 aitemr

It just appears as a normal text field

rontagoe avatar Mar 10 '19 12:03 rontagoe

@mustafa96m Thx! It solved problem for me.

danxxy avatar Aug 26 '19 10:08 danxxy