PDA

View Full Version : Keyboard?




TheYankees1903
Sep 12, 2008, 03:12 AM
I am new to programming and need some help. I have a small background in Intro to C++ and Intro to Java but that's about it. I am trying to design an app that has the iphone sitting horizontal with a text field at the top of the screen and the horizontal keyboard below the text field. Then whatever is typed on the keyboard should show up in the text field. Kind of like a note taking application...

How would I do this. I need help doing this with both Xcode and Interfce builder.

Please Advise,
TheYankees1903 :apple:



PhoneyDeveloper
Sep 12, 2008, 08:36 AM
Read the iPhone OS Programming Guide, and Human Interface Guidelines. Read the Xcode guide, there is a section on iPhone development. Watch some of the getting started videos from the developer web site. Play with some of the sample code provided in the SDK documentation. The UICatalog example code shows some things that may be relevant.

You need to crawl before you can walk.