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

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -