-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding more keys #9
Comments
souliyo, When you study the source code, you can see that the number of keys is basically hardcoded with the images and button locations in the xib files. If you wanted to change the number of keys, then you'd have to edit the keyboard background images and then re-align the button elements in the xib files. Erik |
Are there anyway you would implement this into the integrated iOS keyboard for iOS8? I like most of the function of this custom keyboard. It would be nice if you could provide the way to do so. Sent from my iPhone
|
Check out my fork Erik. That's what I have done. My background images aren't the best but feel free to use them. @souliyo I am doing the same. Will update the repo when done. Should be a matter of tweaking. Layik |
Hello there,
I am trying to add some more key into this keyboard. I have add the button and everything. I also added the value to the array. But it seems that the value I added to the array doesn't go to the new buttons I created. Would you mind showing how to add more button?
Thanks
The text was updated successfully, but these errors were encountered: