FloatLabelFields
FloatLabelFields copied to clipboard
Fixed TextView floating behavior
Hi! When I was trying to implement floating textView I got wrong behaviour that I was trying to fix.
You need to add
override var text: String! { didSet { didChangeTextValue() }}
because if setting text programmatically the hint is not showing.