nathantannar4 / InputBarAccessoryView

A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments
MIT License
1.17k stars 229 forks source link

Manual keyboard dismiss is not animated #186

Closed Janneman84 closed 2 years ago

Janneman84 commented 3 years ago

I noticed that the keyboard closing slide animation does not work, but it just disappears instantly. The README Preview of the example app does the same thing when you hit Send.

However if you close the keyboard by swiping it down it animates just fine (like in the other examples of the example app).

Same result with using inputTextView.resignFirstResponder(), inputTextView.isEditable=false or doing becomeFirstResponder() on the VC.

I can't find any mentions of this issue anywhere surprisingly. Is it just me?

Kaspik commented 2 years ago

Still happening?

Janneman84 commented 2 years ago

I just tested it again with the latest version and it seems to work perfectly now, thanks!