FahimF / FloatLabelFields

Text entry controls which contain a built-in title/label so that you don't have to add a separate title for each field.
MIT License
1.19k stars 107 forks source link

hintLabel not positioned correctly when view appears #23

Open jordanhbuiltbyhq opened 7 years ago

jordanhbuiltbyhq commented 7 years ago

I'm seeing an issue with FloatLabelTextView where the hintLabel is positioned too far down and thus clipped off until you input text into the text view. You can delete the text and it'll still appear as expected. I haven't changed the hint/title y padding. I did disable scrolling to allow it to expand in height via auto layout, not sure if that is related.

screen shot 2017-07-03 at 4 57 22 pm