You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
As you may already have seen, the default iOS 10 keyboard controls have changed from Left / Right arrows to Up / Down. I have made the following easy fix to my app and you may want to do so:
Changing current UIBarButtonSystemItems in BSKeyboardControls.m from 105/106 to 103/104.
That's all :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As you may already have seen, the default iOS 10 keyboard controls have changed from Left / Right arrows to Up / Down. I have made the following easy fix to my app and you may want to do so:
Changing current UIBarButtonSystemItems in BSKeyboardControls.m from 105/106 to 103/104.
That's all :)
The text was updated successfully, but these errors were encountered: