Material: Space between TextField and Left Icon

Created on 13 Oct 2019  路  7Comments  路  Source: CosmicMind/Material

Captura de Tela 2019-10-12 a虁s 20 25 41

Problem is happening with iOS 13.

I tested it on iOS 11 and 12 and it worked perfectly.

help wanted material

Most helpful comment

Is there a fix for this issue?

All 7 comments

Any workaround?

Is that happening after iOS 13?

You can try playing with textField.textInsets.left = 10

Yes, it solves the EditText problem, but it generates a problem with label.
Captura de Tela 2019-10-16 a虁s 08 30 43
Captura de Tela 2019-10-16 a虁s 08 30 30

Yes, this issue is only occurring on iOS 13.

Can you try textField.leftViewOffset = 32, default value is 16

Using "textField.textInsets.left = 20" and "textField.leftViewOffset = 32"
Captura de Tela 2019-10-16 a虁s 08 48 09

This moved the divider.

Is there a fix for this issue?

Yes, the issue is still there
I have tried
usernameTextField.textInsets.left = 8
usernameTextField.leftViewOffset = -8

But not exactly fixed my issue. the divider origin x is wrong now.

Was this page helpful?
0 / 5 - 0 ratings