FloatLabelFields
FloatLabelFields copied to clipboard
FloatLabelTextView hint label not moved up upon programmatically setting text
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"
Did you found any solution for this ??