iPhone SDK Articles
iOS Tutorials

    UITableView – Creating a Simple Table View

    On January 14, 2009 · In iPhone SDK Tutorials, UITableView

    If you want to display a list of items in your app, then UITableView object is your answer. The object makes it really easy to display a list of items. In this tutorial, you will learn how to set up a simple table view. Click on “Read more” to get started.

    UITableView – Creating [...]

    Continue Reading →

    Parsing XML Files

    On December 20, 2008 · In iPhone SDK Tutorials, Parsing XML, UITableView

    Reading XML files is one of the common tasks we perform in our application, In this tutorial let’s see how we can use NSXMLParser to parse XML in our iPhone app.
    Introduction
    NSXMLParser is a forward only reader or an event driven parser. What it means is, an event is raised [...]

    Continue Reading →

    Localizing iPhone Apps – Internationalization

    On November 16, 2008 · In iPhone SDK Tutorials, Localization

    By localizing an iPhone app, we display cultural information in the user’s specified locale, but what about the text, like the application name and displaying visible information in user’s preferred language. In this tutorial, I will show you how we can use resource files to display visible text in user’s language.

    Localizing iPhone [...]

    Continue Reading →

    SQLite Tutorial – Updating data

    On November 2, 2008 · In iPhone SDK Tutorials, SQLite, UITableView

    In this tutorial, I will show you how to edit data and update its contents in the SQLite database. We will look at how to edit one field at a time.

    SQLite Tutorial – Displaying data in a UITableView. SQLite Tutorial – Deleting data from UITableView. SQLite Tutorial – [...]

    Continue Reading →

    SQLite Tutorial – Loading data as required.

    On October 31, 2008 · In iPhone SDK Tutorials, SQLite, UITableView

    In this tutorial, I was supposed to show how to update data in a SQLite database, but when I finished writing it, I realized that it is a big one and that is why, I renamed this tutorial to “Loading data as required”.

    SQLite Tutorial – Displaying data in a UITableView. SQLite [...]

    Continue Reading →

    SQLite Tutorial – Adding data

    On October 28, 2008 · In iPhone SDK Tutorials, SQLite, UITableView

    Inserting data into SQLite database is a breeze with iPhone applications. In the third part of SQLite tutorials, I will show how to insert data into the database.

    SQLite Tutorial – Displaying data in a UITableView. SQLite Tutorial – Deleting data from UITableView. SQLite Tutorial – Inserting data into SQLite [...]

    Continue Reading →

    SQLite Tutorial – Deleting Data

    On October 26, 2008 · In iPhone SDK Tutorials, SQLite, UITableView

    In the second part of the SQLite tutorial, I will show how to delete data from UITableView and from the database. This picks up from the first part of the SQLite tutorial, where I show how to select some data from the database and display it to the user.

    SQLite [...]

    Continue Reading →

    SQLite Tutorial – Selecting Data

    On October 26, 2008 · In iPhone SDK Tutorials, SQLite, UITableView

    Like any other applications you may have the need to store data in some kind of a database. With iPhone applications we can use SQLite for FREE. In the first part of this tutorial, I will show you how to do some basic operations using SQLite database.

    SQLite Tutorial – Displaying [...]

    Continue Reading →

    Multi Touch Tutorial – Part 4

    On September 21, 2008 · In iPhone SDK Tutorials, Touches

    In this tutorial I will show you how to implement the swipe feature (pan an image left or right).

    Touch Tutorial – Part One (touchesEnded Event) Touch Tutorial – Part Two (touchesBegan Event) Touch Tutorial – Part Three (Zoom In/Out) TouchTutorial – Part Four (pan left/right)

    Welcome to [...]

    Continue Reading →

    Multi Touch Tutorial 3

    On September 21, 2008 · In iPhone SDK Tutorials, Touches

    In this tutorial I will show how to implement the pinch feature (zoom in/out).

    Touch Tutorial – Part One (touchesEnded Event) Touch Tutorial – Part Two (touchesBegan Event) Touch Tutorial – Part Three (Zoom In/Out) TouchTutorial – Part Four (pan left/right)

    In this tutorial, I will show you [...]

    Continue Reading →
    ← Previous Entries Next Entries →
    • Categories

      • Application Preferences
      • iPhone Google Groups
      • iPhone SDK Tutorials
      • Localization
      • Parsing XML
      • SQLite
      • Touches
      • UIAlertView
      • UIPickerView
      • UITableView
      • UIToolbar
      • UIWebView
      • Uncategorized
    • Archives

      • August 2011
      • March 2009
      • February 2009
      • January 2009
      • December 2008
      • November 2008
      • October 2008
      • September 2008
      • August 2008
      • July 2008
    • Tags

    iPhone SDK Articles

    Pages

    • About
    • Contact

    The Latest

    • NULL or nil?
      In Cocoa both of them are typedef to zero. nil is an […]

    More

    © 2011 iPhone SDK Articles
    Platform by PageLines