<?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>de &#187; resources</title>
	<atom:link href="http://duivesteyn.net/tag/resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://duivesteyn.net</link>
	<description></description>
	<lastBuildDate>Tue, 20 Apr 2010 22:00:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iPhoneOS iPad Development Resources</title>
		<link>http://duivesteyn.net/2010/03/04/iphoneos-ipad-development-resources/</link>
		<comments>http://duivesteyn.net/2010/03/04/iphoneos-ipad-development-resources/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 07:00:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[iPhone SDK Tips]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://duivesteyn.net/?p=488</guid>
		<description><![CDATA[Code General Cocoa Programming Resources http://www.idev101.com/ http://developer.apple.com/iphone/library/navigation/index.html When in Trouble Developer Documentation Google StackOverflow Forums&#8230; My Favorite Libraries Core Plot &#8211; Graphing Library Three20 &#8211; The Famous Library with all the Facebook&#8217;y goodness Tapku Library &#8211; An awesome set of tools &#8211; Nice Plot, Calendars, Loading HUD, EmptyView Flurry &#8211; Awesome App Analytics CKSparkLine &#8211; [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;"><img title="Tapku Library" src="http://duivesteyn.net/wp-content/uploads/2010/03/4175733982_f168ea3bd1_o.png" alt="" width="629" height="292" /></h2>
<h2><span style="font-weight: normal; font-size: 13px;"> </span>Code</h2>
<p><strong>General Cocoa Programming Resources</strong></p>
<ul>
<li><a href="http://www.idev101.com/" target="_blank">http://www.idev101.com/</a></li>
<li><a href="http://developer.apple.com/iphone/library/navigation/index.html" target="_blank">http://developer.apple.com/iphone/library/navigation/index.html</a></li>
</ul>
<p><br class="spacer_" /></p>
<p><strong>When in Trouble</strong></p>
<ul>
<li><a href="http://developer.apple.com/iphone/library/navigation/index.html" target="_blank">Developer Documentation</a></li>
<li>Google</li>
<li><a href="http://StackOverflow.com" target="_blank">StackOverflow</a></li>
<li>Forums&#8230;</li>
</ul>
<p><br class="spacer_" /></p>
<p><strong>My Favorite Libraries</strong></p>
<ul>
<li><a href="http://code.google.com/p/core-plot/" target="_blank">Core Plot</a> &#8211; Graphing Library</li>
<li><a href="http://github.com/facebook/three20" target="_blank">Three20</a> &#8211; The Famous Library with all the Facebook&#8217;y goodness</li>
<li><a href="http://github.com/devinross/tapkulibrary" target="_parent">Tapku Library</a> &#8211; An awesome set of tools &#8211; Nice Plot, Calendars, Loading HUD, EmptyView</li>
<li><a href="http://www.flurry.com/" target="_blank">Flurry</a> &#8211; Awesome App Analytics</li>
<li><a href="http://key-solutions.ca/cksparkline.html" target="_blank">CKSparkLine</a> &#8211; Basic Line Graph in a View</li>
<li><a href="http://github.com/arashpayan/appirater/" target="_blank">AppiRater</a> &#8211; Add App Rating Reminder</li>
<li><a href="http://apparentlogic.com/openflow/" target="_blank">Open Flow</a> &#8211; Open Implementation of cover flow</li>
<li><a href="http://bitbucket.org/keegan3d/inappsettings" target="_blank">InAppSettings</a> &#8211; Include app settings inside the app easily</li>
<li><a href="http://regexkit.sourceforge.net/" target="_blank">RegExKit</a> &#8211; Objective-C Goodness</li>
</ul>
<p><br class="spacer_" /></p>
<p><strong>Address Book Integration</strong></p>
<ul>
<li><a href="http://developer.apple.com/iphone/library/documentation/AddressBookUI/Reference/AddressBookUI_Framework/index.html" target="_blank">apple developer UI Framework</a></li>
<li><a href="http://dougdiego.com/2009/06/12/iphone-development-helper-fill-up-your-address-book/" target="_blank">Fill up iPhone Simulator with test contacts</a></li>
</ul>
<p><br class="spacer_" /></p>
<p><strong>Email Integration</strong></p>
<ul>
<li><a href="http://developer.apple.com/iphone/library/samplecode/MailComposer/index.html">Apple Developer Sample Code</a></li>
<li><a href="http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/" target="_blank">http://blog.mugunthkumar.com/coding/iphone-tutorial-in-app-email/</a></li>
</ul>
<p><br class="spacer_" /></p>
<p><strong>Useful Code</strong></p>
<ul>
<li>NSNotifications -<a href=" http://hackertoys.com/2008/10/01/nsnotificationcenter/" target="_blank"> http://hackertoys.com/2008/10/01/nsnotificationcenter/</a></li>
</ul>
<p><br class="spacer_" /></p>
<h2>UI</h2>
<p><strong>UITableView Pretty Section Titles</strong></p>
<ul>
<li><a href="http://www.iphonedevsdk.com/forum/iphone-sdk-development/5172-font-size-color-tableview-header.html">http://www.iphonedevsdk.com/forum/iphone-sdk-development/5172-font-size-color-tableview-header.html</a></li>
<li><a href="http://iphoneinaction.manning.com/iphone_in_action/2009/07/beauti.html">http://iphoneinaction.manning.com/iphone_in_action/2009/07/beauti.html</a></li>
</ul>
<p><br class="spacer_" /></p>
<p><strong>Design</strong></p>
<ul>
<li>Photoshop Setup for iPhone <a href="http://bjango.com/articles/photoshop/" target="_blank">http://bjango.com/articles/photoshop/</a></li>
</ul>
<p><br class="spacer_" /></p>
<h2>Sales</h2>
<p><strong>Application Sales Metrics</strong></p>
<ul>
<li><a href="http://github.com/omz/AppSales-Mobile" target="_blank">AppSalesMobile</a> &#8211; Open iTunes Connect Data Retriever for iPhone </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://duivesteyn.net/2010/03/04/iphoneos-ipad-development-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
