kulpreetchilana / Custom-iOS-Keyboards

Easily customizable custom inputView for iOS that imitates the native iOS keyboard.
474 stars 119 forks source link

Adding more keys #9

Open souliyo opened 9 years ago

souliyo commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

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 notifications@github.com 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 commented 9 years ago

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