khour / KHKeyboardDemo

Simple demo of customizable keyboard for iOS
6 stars 1 forks source link

Cursor #1

Open iuriimoz opened 12 years ago

iuriimoz commented 12 years ago

Hi, it looks like the keyboard does not follow the cursor: deletes last character and adds new one in the end.

khour commented 12 years ago

Yeah, I know there are many issues. This one is not in the keyboard itself, but in its delegate (which is just a demo). Of course, anyone who's gonna use this code needs to make sure that delegate communicates with text fields as it was intended.