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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -