illyabusigin / CYRKeyboardButton

A drop-in keyboard button that mimics the look, feel, and functionality of the native iOS keyboard buttons
MIT License
350 stars 46 forks source link

How can control the time delay before the inputOptions pops up? #9

Closed horaceho closed 9 years ago

horaceho commented 9 years ago

There is a small delays before inputOptions are popup. Is there a way to control the delay interval?

illyabusigin commented 9 years ago

Hi @horaceho! Currently this isn't customizable. The delay is 0.3 seconds, see setupInputOptionsConfiguration method. I will make this customizable in a future release.

horaceho commented 9 years ago

Thank you!