HarshilShah / DeckTransition

A library to recreate the iOS Apple Music now playing transition
MIT License
2.19k stars 168 forks source link

Keyboard hide laggy when present deck #112

Open pvn-anh-pham opened 5 years ago

pvn-anh-pham commented 5 years ago

I am integrating this lib into my project and it works perfect until I got this problem with keyboard:

The keyboard is glitching/laggy when hiding. I am sure it is this lib because I compare this lib with ios default presenting modal view.

I hope this one could be fixed because this glitching make smooth animation become glitchy

HarshilShah commented 4 years ago

Hi there, thanks for filing an issue. Could you please upload a demo project based on the example app included in the repo?

pvn-anh-pham commented 4 years ago

Hi, sorry for the late reply. I cant upload my project because it is company's properly but with simple setup as I said above: setup a viewcontroller with textfield and keyboard is showing you can reproduce it easily.

pvn-anh-pham commented 4 years ago

Hi, Sorry to misunderstand your message. Here is the sample project. Sample.zip

HarshilShah commented 4 years ago

Thanks for uploading the project!