We will see in this example how to check IP Address in the iPhone. You can get easily the IP Address using this application.
A Page control presents the user with a set of horizontal dots representing pages. The current page is presented as a white dot. The user can go from the current page to the next or to the previous page.
This is the simple TextView example. We will learn how to use Text View, here will do every thing with coding and we can easily edit , delete , add content in the text view .
We are going to define view-base application template that we use in the application. We will see how the view and controller objects work together in an iPhone application.
In this application ,we will learn how to retrieve and set specific file/directory attributes. We have been specifying nil for the dictionary attributes of files and directories, specifiy a dictionary which provides attributes that are different from the default.We can alter the attributes of a file system object after it has been created.
The iPhone by Apple allows users to send email from wherever they are at least from any location that receives a wireless Internet signal. You no longer need to be at your computer in order to communicate with your friends and family via email. Using this application we can easily send email from the iPhone.
We crate here a files in the application’s Home directory. To make things interesting, we load a web page from the Internet using the http protocol and store that html file in tmp. After that, we use a web view to load the html from the tmp directory and present it to user. We will see, these tasks can be easily achieved using the rich APIs available.
Every iPhone application has one UIApplication. UIApplication is an IPhone application’s starting point and is responsible for initializing and displaying your application’s UIWindow. It is also responsible for loading your application’s first UIView into the UIWindow. UIApplication has managing your application’s life cycle. UIApplication fulfils this management responsibility using a delegate called UIApplicationDelegate.
The iPhone has a built-in camera and nifty application called photos to help you to manage all those awesome pictures you’ve taken . Your programs can use the built-in camera to take pictures and your your program can also allow the user to select picture from among the photos already on the iPhone. The both camera and image library are made available to your application by way of an image picker.
This application is a simple drawing, touch handling, and animation using UIKit and Core Animation. A touch inside a placard animates it in two ways: Its transform is changed such that it appears to pulse, and it is moved such that its center is directly under the touch.
This is the simple example of SnapShow. We are using a UIScrollView and UIImageViews in this application.
This application display the time on the simulator . Its a very simple example.




>
