Skip to content
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

Open
souliyo opened this issue Jun 6, 2014 · 3 comments
Open

Adding more keys #9

souliyo opened this issue Jun 6, 2014 · 3 comments

Comments

@souliyo
Copy link

souliyo commented Jun 6, 2014

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

@vanderneut
Copy link
Contributor

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

@souliyo
Copy link
Author

souliyo commented Jun 23, 2014

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

On 23 ມິ.ຖ. 2014, at 1:22, Erik van der Neut [email protected] wrote:

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


Reply to this email directly or view it on GitHub.

@layik
Copy link

layik commented Jun 23, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants