开发者

Need a keyboard with specific keys

开发者 https://www.devze.com 2023-03-11 05:08 出处:网络
Okay, I\'ve seen the webpage that shows you how to enter a decimal key on the number pad, but that\'s pretty complicated for one button, and the problem I have involves multiple buttons. See, I have a

Okay, I've seen the webpage that shows you how to enter a decimal key on the number pad, but that's pretty complicated for one button, and the problem I have involves multiple buttons. See, I have a program that involves typing in functions like "x + 5". My problem right no开发者_StackOverflow社区w is that the user has to go through three different keyboards just to enter that kind of function. I need to know if it's possible to set up a keyboard that will have specific keys in it. Is there a way to do this that's simpler than the decimal key method?


You'll have to create a custom keyboard if none of the apple keyboards toots your flute.

The easiest way to do this is to create a view and add lots of buttons with their own titles and background images and, most importantly, actions. You'll also need a delegate.

To be more official, there are numerous online tutorials (and lots of SO questions).

0

精彩评论

暂无评论...
验证码 换一张
取 消