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

Fixed TextView floating behavior #30

Open NosovPavel opened 6 years ago

NosovPavel commented 6 years ago

Hi! When I was trying to implement floating textView I got wrong behaviour that I was trying to fix.

NikKovIos commented 4 years ago

You need to add

override var text: String! { didSet { didChangeTextValue() }}

because if setting text programmatically the hint is not showing.