JVFloatLabeledTextField icon indicating copy to clipboard operation
JVFloatLabeledTextField copied to clipboard

Placeholder Animation as the Text Field becomes First Responder

Open Rj707 opened this issue 8 years ago • 12 comments

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.

Rj707 avatar Oct 28 '16 18:10 Rj707

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

jverdi avatar Nov 06 '16 21:11 jverdi

It would be my pleasure, if I could do, as i get some free time :)

Rj707 avatar Nov 08 '16 06:11 Rj707

@Rj707 did you have any luck with this? let me know

tsenterd avatar Jan 25 '17 14:01 tsenterd

Actually I used another wrapper instead.

Rj707 avatar Jan 26 '17 07:01 Rj707

Did you find any solution about this issue? I have the same problem. It will be very helpful for me.

kcenan avatar Dec 20 '17 14:12 kcenan

@Rj707 Any solution to this?

hardikamal avatar Mar 13 '18 12:03 hardikamal

no bro @hardikamal, Actually I used another wrapper instead.

Rj707 avatar Apr 05 '18 08:04 Rj707

@Rj707 Can you share that wrapper plz?

hardikamal avatar Apr 05 '18 12:04 hardikamal

@hardikamal ACFloatingTextField

Rj707 avatar Apr 06 '18 07:04 Rj707

I need of this feature for both FloatLabledTextfield and FloatLabledTextView. can you enhance this?

pabitranjan13 avatar Mar 30 '20 14:03 pabitranjan13

Please update this in the library @jverdi

gurpreetKobe avatar May 27 '22 07:05 gurpreetKobe