Quantcast
Channel: iPhone Tutorial | iPhone iOS4 iPad SDK Development & Programming Blog » iPhone programming
Browsing latest articles
Browse All 15 View Live

Image may be NSFW.
Clik here to view.

Creating Files in 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...

View Article



Image may be NSFW.
Clik here to view.

Retrieve attributes from the file in iPhone

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...

View Article

Image may be NSFW.
Clik here to view.

TextView application in iPhone

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 . Step 1: Create a...

View Article

Image may be NSFW.
Clik here to view.

PageControl Example in iPhone

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...

View Article

Image may be NSFW.
Clik here to view.

Window base application with controls in iPhone

This is the Window base application, in this application we’ll see how to add image in background, add Label and Round Rect .Let see how to add it. Step 1: Create a Window base application using...

View Article


Image may be NSFW.
Clik here to view.

Move multiple object with touch in iPhone

In this application we will see how to handle touches, including multiple touches that move multiple objects. After the application launches, three colored pieces appear onscreen that the user can move...

View Article

Image may be NSFW.
Clik here to view.

How to use Undo on iPhone?

In this application we will see , how to Main View Controller displays information (title, author, and copyright date) about a book. The user can edit this information by tapping Edit in the navigation...

View Article

Image may be NSFW.
Clik here to view.

How to Measure Altitude in iPhone

In this application we will see how to measure Altitude in different places using GPS access. Step 1: Create a View base application using template . Give the application name “HeightMeasurement”. Step...

View Article


Image may be NSFW.
Clik here to view.

How to implement TableView with NavigationController in iPhone

In this application we will see how to implement TableView with NavigationController.We will be creating here simple tableview which display the DayList and when user pressed any day from the DayList...

View Article


Image may be NSFW.
Clik here to view.

How to add UIImage and UILabel in the UITableView

In this application we will see how to add images and labels in the UITableView. So just look how it will be worked. Step 1: Create a View base application using template. Give the application name...

View Article

Image may be NSFW.
Clik here to view.

How to add background image in the table view

In this application we will see how to add background image in the table view. This is the simple simple example of tableview. Let see how it will be worked. Step 1: Create a View base application...

View Article

Image may be NSFW.
Clik here to view.

PageMove Using Touch

This is the PageMove application. In this application we will see, how to page move  using touch function. Step 1: Create a Window base application using template. Give the application name...

View Article

Image may be NSFW.
Clik here to view.

ButtonHide Example in iPhone

In this application we will see how to hide button from the iPhone application. So let see how it will worked. My last post you can find out from here (attached the previous post link) Step 1: Open the...

View Article


Image may be NSFW.
Clik here to view.

Using the Stepper Control in iPhone

In Xcode 4 and iOS version 5, we have a new control available for use: the UIStepper control. The stepper control allows the user to increment or decrement a value. In this blog, we will see how to use...

View Article

Image may be NSFW.
Clik here to view.

Using Text Field and Text View Controls in iPhone

One common problem that arises when using UITextField and UITextView controls in iPhone (or iPad) programming is that of dismissing the keyboard when text entry is complete. In this blog, we’ll show...

View Article

Browsing latest articles
Browse All 15 View Live




Latest Images