How to implement handwriting recognition feature in an iPhone app?
I have a requirement in my iPhone app which is something similar to Handwriting Recognition . I want to give user a space on my view where he can write any character by touch and dragging his finger on the screen and based on what matches with his input the textbox should show the English alphabet. Above is an example of what I want: How should I implement this feature? I am a beginner in this. There is no handwriting Frameworks or Libraries currently available. If you are brainy enough use some gesture techniques of iOS and handwriting algorithms to create it You better start to learn about