You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Hi!
I'm facing an issue with the lineHeight when I have multiple AnimatedTextInput in the same ViewController. As you can see in the following screenshot, all style parameters are applied to all inputs correctly, except the line height parameter, which is only applied to the first one.
Hi!
I'm facing an issue with the
lineHeight
when I have multiple AnimatedTextInput in the same ViewController. As you can see in the following screenshot, all style parameters are applied to all inputs correctly, except the line height parameter, which is only applied to the first one.Code in ViewController (Called in
viewDidLoad()
)They all have the exact same style
SilenceTextInputStyle
Here storyboard:
And lastly, here is a debugPrint of the
style
property in thesurnameTextInput
after style was setted: (The lineHeight is correct)I tried a couple things like:
style
to be sure thatSilenceTextInputStyle
is being instantiate correctly.No luck.
Hope you can help me,
Thanks!
The text was updated successfully, but these errors were encountered: