How do I add a character to a UITextField from ASCII or Unicode character set when a custom key is pressed?
Disclaimer: I’ve seen tons of questions here on Stack Overflow, but I haven’t gotten all the information I need to make a hebrew keyboard.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When your custom key (the simplest case:UIButton) is pressed you append a certain string to uitextfield.text property.
the way you convert ascii to strings the same way you will do it in C then you convert that C string to NSString using: