I am programming an alternative keypad for the iPhone and am new to objective c and iPhone sdk. I need each button press to append a letter to a string and then refresh an output window with the new string. Like a simple terminal emulator/ text editor. I know C and Java but struggling with objective c syntax. Thanks.
Start Free Trial