iphone - Adding a customized keyboard in SDK 4.0 -


Hello all I want to add my own toolbar with the button above the keyboard so that I have to customize my keyboard. I want to do this, but I also want to do this on 3.0 4.0 Please guide me how can I

thanks in advance

If you are using UITextView or UITextField So, use the inputAccessoryView attribute. You can create a view in the interface builder and link it, or you can create visual programs.

Here are the links to the document:


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -