how to handle key events in iphone
Hi I am working on an iphone application and want to handle keyboard events in iphone. In Mac, there is a class NSEvent which handles both keyboard and mouse events, and in ios (iphone/ipad) the counterpart of NSEvent is UIEvent which handles only touch events. I know ios API does not provide this functionality, but how can i handle key events in iphone??? Any good tutorial or sth, to get started... You cant directly code for keyboad;s key and there is no mouse in case of device. you can make your logics for different kind of charectersets or you can make your logics in textField delgate