iPhone SDK Articles
iOS Tutorials

    NULL or nil?

    On August 29, 2011 · In Uncategorized

    In Cocoa both of them are typedef to zero. nil is an object pointer, whereas NULL is a c pointer.  If you want to set char * to 0 then you would set it to NULL and if you want to set a view controller to 0 then you would set it to nil. Cocoa [...]

    Continue Reading →

    Table View Controller – Part 5 – Moving Table Rows

    On September 16, 2008 · In Uncategorized

    IMPORTANT:
    The following tutorial has been deprecated and should no longer be used for any purposes. To learn more on how to use the UITableView click here

    In this tutorial, I will show you how to move rows.

    Part 1 – Creating a simple Table View Part [...]

    Continue Reading →

    Table View Tutorial – TableView Cell Columns

    On August 14, 2008 · In Uncategorized

    IMPORTANT:
    The following tutorial has been deprecated and should no longer be used for any purposes. To learn more on how to use the UITableView click here

    Welcome to the fourth part of UITableView tutorial where I should you how to create multiple columns in a UITableViewCell

    Part [...]

    Continue Reading →

    Table View Tutorial – Part 3

    On August 13, 2008 · In Uncategorized

    IMPORTANT:
    The following tutorial has been deprecated and should no longer be used for any purposes. To learn more on how to use the UITableView click here

    This tutorial is depricatedWelcome to the third part of UITableViewTutorial where I show you how to pass data from view to another.

    Part [...]

    Continue Reading →

    Table View Tutorial – Part 2

    On August 12, 2008 · In Uncategorized

    IMPORTANT:
    The following tutorial has been deprecated and should no longer be used for any purposes. To learn more on how to use the UITableView click here

    Welcome to the second part of UITableView tutorial where I show you how to select a UITableViewCell

    Part 1 – Creating a simple Table [...]

    Continue Reading →

    About

    On July 29, 2008 · In Uncategorized

    This site contains a series of iPhone SDK Tutorials. If you have any questions or suggestions e-mail us at iphonearticles [@] gmail dot com or visit the iPhone SDK Development forums here.

    More Bio coming soon…

    Thank you for your continued support

    Happy Programming,
    iPhone SDK Articles

    Continue Reading →

    iPhone SDK Tutorial – Using SQL Lite Part II

    On July 21, 2008 · In Uncategorized

    IMPORTANT:
    The following tutorial has been deprecated and should not longer be used for any purposes. To learn more about on how to use SQLite using iphone applications click here

    Welcome to the second part of the tutorial, where we will select a coffee house and display all the coffee it sells (in [...]

    Continue Reading →

    iPhone SDK Tutorial – Using SQL Lite Part I

    On July 20, 2008 · In Uncategorized

    IMPORTANT:
    The following tutorial has been deprecated and should no longer be used for any purposes. To learn more on how to use SQLite click here

    In this tutorial I will talk about how to access data using the SQL Lite database. In my last iPhone SDK tutorial, we learned how to create [...]

    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