xcode - How to know if predictive keyboard is ON/OFF in iOS8? -
Does anybody know if the future speaker keyboard is on / off in user settings?
I
thanks
You must Follow UIKeyboardWillShowNotification
. The value of the key UIKeyboardFrameEndUserInfoKey
will be the frame of the keyboard regardless of its layout.
Comments
Post a Comment