<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iPhone SDK Articles</title>
	<atom:link href="http://www.iPhoneSDKArticles.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iPhoneSDKArticles.com</link>
	<description>iOS Tutorials</description>
	<lastBuildDate>Tue, 30 Aug 2011 03:54:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>NULL or nil?</title>
		<link>http://www.iPhoneSDKArticles.com/2011/08/null-or-nil.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2011/08/null-or-nil.html#comments</comments>
		<pubDate>Tue, 30 Aug 2011 03:04:36 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.iPhoneSDKArticles.com/?p=186</guid>
		<description><![CDATA[<p>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 [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2011/08/null-or-nil.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drill down table view with a detail view</title>
		<link>http://www.iPhoneSDKArticles.com/2009/03/drill-down-table-view-with-detail-view.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2009/03/drill-down-table-view-with-detail-view.html#comments</comments>
		<pubDate>Sun, 29 Mar 2009 16:04:00 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://localhost:8888/2009/03/drill-down-table-view-with-a-detail-view.html</guid>
		<description><![CDATA[<p>Since I published my drill down table view tutorial, I got a lot of positive feedback but with one common request. How do I load a different detail view for an item or how do I load a UITabBarController in the detail view. In this tutorial I will show how to load a different detail [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2009/03/drill-down-table-view-with-detail-view.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>SQLite and CoreData</title>
		<link>http://www.iPhoneSDKArticles.com/2009/03/sqlite-and-coredata.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2009/03/sqlite-and-coredata.html#comments</comments>
		<pubDate>Sat, 28 Mar 2009 01:18:00 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://localhost:8888/2009/03/sqlite-and-coredata.html</guid>
		<description><![CDATA[<p>Yes, Apple has finally ported Core Data to the iPhone which means using SQLite in an application is not the best approach. Once the OS 3.0 is officially released, I will be posting more tutorials on using Core Data. Thank you for all your continued support.<br /> <br /> Yes, Apple has finally ported Core [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2009/03/sqlite-and-coredata.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>UITableView – Drill down table view tutorial</title>
		<link>http://www.iPhoneSDKArticles.com/2009/03/uitableview-drill-down-table-view.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2009/03/uitableview-drill-down-table-view.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 17:40:00 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://localhost:8888/2009/03/uitableview-drill-down-table-view-tutorial.html</guid>
		<description><![CDATA[<p>Until now we saw how to create a simple table but there are times when we need to show another table view when a row is selected. This kind of a flow is called &#8220;drill down&#8221; and in this tutorial we learn how to create a drill down table view. Click on &#8220;Read more&#8230;&#8221; to [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2009/03/uitableview-drill-down-table-view.html/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>SQLite Tutorial – Saving images in the database</title>
		<link>http://www.iPhoneSDKArticles.com/2009/02/sqlite-tutorial-saving-images-in.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2009/02/sqlite-tutorial-saving-images-in.html#comments</comments>
		<pubDate>Thu, 12 Feb 2009 03:10:00 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://localhost:8888/2009/02/sqlite-tutorial-saving-images-in-the-database.html</guid>
		<description><![CDATA[<p>There maybe times when you need to save more than just text in the database, like a file or an image. SQLite versions 3.0 and later allows you to store BLOB data in a column. Using the data type BLOB we can store large objects like an image or a file. Read on to learn [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2009/02/sqlite-tutorial-saving-images-in.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>UITableView – Adding subviews to a cell’s content view</title>
		<link>http://www.iPhoneSDKArticles.com/2009/02/uitableview-adding-subviews-to-cells.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2009/02/uitableview-adding-subviews-to-cells.html#comments</comments>
		<pubDate>Sun, 01 Feb 2009 19:16:00 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://localhost:8888/2009/02/uitableview-adding-subviews-to-a-cells-content-view.html</guid>
		<description><![CDATA[<p>Using the default UITableViewCell we can display a text or an image but sometimes it is not good enough. In this tutorial you will learn how to customize the UITableViewCell. </p> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-creating-simple-table-view.html">UITableView &#8211; Creating a simple table view</a> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-loading-detail-view.html">UITableView &#8211; Loading a detail view</a> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-sectioned-table-view.html">UITableView &#8211; Sectioned table view</a> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-searching-table-view.html">UITableView &#8211; [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2009/02/uitableview-adding-subviews-to-cells.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>UIPickerView – Creating a simple picker view</title>
		<link>http://www.iPhoneSDKArticles.com/2009/01/uipickerview-creating-simple-picker.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2009/01/uipickerview-creating-simple-picker.html#comments</comments>
		<pubDate>Sat, 24 Jan 2009 20:42:00 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[UIPickerView]]></category>

		<guid isPermaLink="false">http://localhost:8888/2009/01/uipickerview-creating-a-simple-picker-view.html</guid>
		<description><![CDATA[<p>Apple provides a control knows as the <a href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIPickerView_Class/index.html" target="_blank">UIPickerView</a>, 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 &#8220;Read more&#8230;&#8221; to continue </p> <p>Introduction</p> <p>The picker view lets the user select an item from a list. In [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2009/01/uipickerview-creating-simple-picker.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>UITableView – Indexed table view</title>
		<link>http://www.iPhoneSDKArticles.com/2009/01/uitableview-indexed-table-view.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2009/01/uitableview-indexed-table-view.html#comments</comments>
		<pubDate>Sat, 24 Jan 2009 17:27:00 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://localhost:8888/2009/01/uitableview-indexed-table-view.html</guid>
		<description><![CDATA[<p>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 &#8220;Read more&#8230;&#8221; to learn more </p> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-creating-simple-table-view.html">UITableView &#8211; Creating a simple table view</a> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-loading-detail-view.html">UITableView &#8211; Loading a detail view</a> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-sectioned-table-view.html">UITableView [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2009/01/uitableview-indexed-table-view.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>UITableView – Searching table view</title>
		<link>http://www.iPhoneSDKArticles.com/2009/01/uitableview-searching-table-view.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2009/01/uitableview-searching-table-view.html#comments</comments>
		<pubDate>Sun, 18 Jan 2009 23:23:00 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://localhost:8888/2009/01/uitableview-searching-table-view.html</guid>
		<description><![CDATA[<p>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 &#8220;Read more&#8221;&#8230; </p> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-creating-simple-table-view.html">UITableView &#8211; Creating a simple table view</a> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-loading-detail-view.html">UITableView &#8211; Loading a detail view</a> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-sectioned-table-view.html">UITableView [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2009/01/uitableview-searching-table-view.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>UITableView – Sectioned Table View</title>
		<link>http://www.iPhoneSDKArticles.com/2009/01/uitableview-sectioned-table-view.html</link>
		<comments>http://www.iPhoneSDKArticles.com/2009/01/uitableview-sectioned-table-view.html#comments</comments>
		<pubDate>Sun, 18 Jan 2009 22:24:00 +0000</pubDate>
		<dc:creator>JK</dc:creator>
				<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://localhost:8888/2009/01/uitableview-sectioned-table-view.html</guid>
		<description><![CDATA[<p>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 &#8220;Read more&#8221; to learn more&#8230; </p> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-creating-simple-table-view.html">UITableView &#8211; Creating a simple table view</a> <a href="http://www.iphonesdkarticles.com/2009/01/uitableview-loading-detail-view.html">UITableView &#8211; Loading a detail view</a> UITableView &#8211; Sectioned Table View [...]]]></description>
		<wfw:commentRss>http://www.iPhoneSDKArticles.com/2009/01/uitableview-sectioned-table-view.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
