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 [...]
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.
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
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.
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
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
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 [...]
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 [...]
Tags
