I am very confuse with my small test app.When i do on the Textfield the keyboard comes slowly I want to increase the keyboard time.Can anybody tell me that how i can increase the time of KeyBoard up and down?
How can I change the speed of the keyboard slide in/out animation?
474 views Asked by RAMAN RANA At
1
The speed of the system keyboard can be retrieved via the
UIKeyboardAnimationDurationUserInfoKey
and is read-only.UPDATE: How to get the values. In the notification listener: