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.