I am developing an application, in which i need 3 keyboard which should looks like iPhone default keyboard like F1, F2…f12, Navigational Button, Commands buttons so my questions are.
- Is this possible that i can use iPhone keyboard and edit or add extra-function or any other API given to extend keyboard functionality?
- Should i make my own keyboard like add
UIViewand add buttons? - If i use my own, will apple accept my app for uploading on iTunes?
Please clear my and if any helping material you’ve then kindly share with me. Thanks in advance.
You can extend it by adding additional view on the upper side of it, like a toolbar with additional buttons, that will not be inside the keyboard but only over it
You can create a custom keyboard, like the one used in calculator apps and so, it could be a uiview with custom keys
If your custom keyboard is not misleading and is done in a proper way then it should not be rejected,
read the following Custom iPhone Keyboard