DeckTransition
DeckTransition copied to clipboard
Keyboard hide laggy when present deck
I am integrating this lib into my project and it works perfect until I got this problem with keyboard:
- setup a viewcontroller with textfield and keyboard is showing
- click on a button to present this new viewcontroller with this decktransition. The keyboard will hide automatically but very laggy
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
Hi there, thanks for filing an issue. Could you please upload a demo project based on the example app included in the repo?
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.
Hi, Sorry to misunderstand your message. Here is the sample project. Sample.zip
Thanks for uploading the project!