iPhone SDK Articles
iOS Tutorials

    UIPickerView – Creating a simple picker view

    On January 24, 2009 · In iPhone SDK Tutorials, UIPickerView

    Apple provides a control knows as the UIPickerView, with which a user can select an item from a list. In this tutorial you will learn how to create a simple picker view. Click on “Read more…” to continue

    Introduction

    The picker view lets the user select an item from a list. In [...]

    Continue Reading →

    UITableView – Indexed table view

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

    In this tutorial you will learn how to create a simple index for the table view. This index view shows up on the right side, just like the contacts application. Click on “Read more…” to learn more

    UITableView – Creating a simple table view UITableView – Loading a detail view UITableView [...]

    Continue Reading →

    UITableView – Searching table view

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

    If the user has to scroll often to get to access the data, providing a search bar to search the table view helps in making the process faster. To learn more on searching, click on “Read more”…

    UITableView – Creating a simple table view UITableView – Loading a detail view UITableView [...]

    Continue Reading →

    UITableView – Sectioned Table View

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

    Sometimes it makes sense to group information and show it to the user. In this tutorial, you will learn how to create a simple sectioned table view. Click on “Read more” to learn more…

    UITableView – Creating a simple table view UITableView – Loading a detail view UITableView – Sectioned Table View [...]

    Continue Reading →

    UITableView – Loading a detail view

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

    The purpose of a UITableView is to display a list of items, from which a user can select one item to see it’s detail view. The navigation that happens between the table view and the detail view is controlled by the navigation controller. In this tutorial we will see how to navigate to a detail [...]

    Continue Reading →

    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 →
    • 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