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

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -