Tuesday, November 27, 2012

TextView Application in iPhone

TextView Application in iPhone

This is the  very simple TextView application. In this application we will see how to create TextView application using Interface Builder. So let see how it will worked. My last post you can find out from here ImageChange.

Step 1: Open the Xcode, Create a new project using View Base application. Give the application “TextView_iPhone”.

Step 2: Xcode automatically creates the directory structure and adds essential frameworks to it. You can explore the directory structure to check out the content of the directory.

Step 3: Double click the TextView_iPhoneViewController.xib file and open it to the Interface Builder. First drag the TextView from the library and place it to the view window. Select the View window and bring up Attribute Inspector and change the Text with “This is the TextView Application”. Save the .xib file and go back to the Xcode.

Step 4: Now compile and run the application on the Simulator.

You can Download SourceCode from here  TextView_iPhone


Source : blancer[dot]com

0 comments:

Post a Comment