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

FloatLabelTextView hint label not moved up upon programmatically setting text #25

Open jordanhbuiltbyhq opened 7 years ago

jordanhbuiltbyhq commented 7 years ago

If you set the text of the FloatLabelTextView programmatically in for example viewDidAppear, the hint label is not moved up, so the text overlaps the placeholder.

textView.text = "Text"

screen shot 2017-07-05 at 4 37 15 pm

NikunjRajyaguru commented 6 years ago

Did you found any solution for this ??