JVFloatLabeledTextField
JVFloatLabeledTextField copied to clipboard
Placeholder Animation as the Text Field becomes First Responder
is it possible that as a user clicks on the text field(text field becomes the first responder), the placeholder animates upward. there is no need for the user to write text in the text field and then the placeholder animates upward.
Seems like you should be able to override the becomeFirstResponder
and resignFirstResponder
methods, and inside call showFloatingLabel
or hideFloatingLabel
to get the effect you want. Happy to consider a PR if you create an option for this
It would be my pleasure, if I could do, as i get some free time :)
@Rj707 did you have any luck with this? let me know
Actually I used another wrapper instead.
Did you find any solution about this issue? I have the same problem. It will be very helpful for me.
@Rj707 Any solution to this?
no bro @hardikamal, Actually I used another wrapper instead.
@Rj707 Can you share that wrapper plz?
@hardikamal ACFloatingTextField
I need of this feature for both FloatLabledTextfield and FloatLabledTextView. can you enhance this?
Please update this in the library @jverdi