<?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>iPhoneuniverse.org &#187; Objective C</title>
	<atom:link href="http://iphoneuniverse.org/category/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphoneuniverse.org</link>
	<description>Everything About the iPhone!!!</description>
	<lastBuildDate>Tue, 13 Jul 2010 20:15:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>iPhone Developer resources &#8211; Books</title>
		<link>http://iphoneuniverse.org/iphone-developer-resources-books/</link>
		<comments>http://iphoneuniverse.org/iphone-developer-resources-books/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 19:52:22 +0000</pubDate>
		<dc:creator>Augusto Triste</dc:creator>
				<category><![CDATA[Objective C]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[iPhone Development]]></category>

		<guid isPermaLink="false">http://iphoneuniverse.org/?p=244</guid>
		<description><![CDATA[Everything around the iPhone development is still new. It may be very difficult for a new developer to find information about Objective C, but i found a bunch of resources for new and experienced iPhone developers, check out some of the best books for iPhone development Beginning iPhone Development: Exploring the iPhone SDK This is [...]]]></description>
			<content:encoded><![CDATA[<p>Everything around the iPhone development is still new. It may be very difficult for a new developer to find information about Objective C, but i<img class="alignright size-full wp-image-248" title="beginning iphone development" src="http://iphoneuniverse.org/wp-content/uploads/beginning-iphone-development.jpg" alt="beginning iphone development" width="183" height="249" /> found a bunch of resources for new and experienced iPhone developers, check out some of the best books for iPhone development</p>
<h3><strong><a href="http://www.amazon.com/gp/product/1430216263">Beginning iPhone Development: Exploring the iPhone SDK</a></strong></h3>
<p>This is a begginer iPhone developers book by Jeff Lamarche and Dave Mark. It takes you from downloading the SDK to creating your very own apps. The official page and support site: <a href="http://iphonedevbook.com/">http://iphonedevbook.com/</a></p>
<h3><a href="http://www.amazon.com/iPhone-Developers-Cookbook-Building-Applications/dp/0321555457/ref=pd_sim_b_3" target="_blank"><strong><em>The iPhone Developer’s Cookbook: Building Applications with the iPhone SDK</em></strong></a></h3>
<p>Erica’s book is a truly great resource for Cocoa Touch developers. This book goes far beyond the documentation on Apple’s Web site, and she includes methods that give the developer a deeper understanding of the iPhone OS, by letting them glimpse at what’s going on behind the scenes on this incredible mobile platform.</p>
<p>The iPhone and iPod touch aren’t just attracting millions of new users; their breakthrough development platform enables programmers to build tomorrow’s killer applications. If you’re getting started with iPhone programming, this book brings together tested, ready-to-use code for hundreds of the challenges you’re most likely to encounter. Use this fully documented, easy-to-customize code to get productive fast—and focus your time on the specifics of your application, <em>not</em> boilerplate tasks.</p>
<h3><a href="http://www.amazon.com/Programming-Objective-C-2-0-Developers-Library/dp/0321566157/ref=pd_sim_b_1" target="_blank"><strong><em>Programming in Objective-C 2.0</em></strong></a><img class="alignright size-full wp-image-249" title="Programming in Objective C 2.0" src="http://iphoneuniverse.org/wp-content/uploads/Programming-in-Objective-C-2.0.jpg" alt="Programming in Objective C 2.0" width="180" height="240" /></h3>
<p><em>Programming in Objective-C 2.0</em> provides the new programmer a complete, step-by-step introduction to the Objective-C language. The book does not assume previous experience with either C or object-oriented programming languages, and it includes many detailed, practical examples of how to put Objective-C to use in your everyday programming needs.</p>
<p style="margin: 0px;">Objective-C has become the standard programming language for application development on the Mac OS X and iPhone platforms. A powerful yet simple object-oriented programming language that’s based on the C programming language, Objective-C is widely available not only on OS X but across many operating systems that support the gcc compiler, including Linux, Unix, and Windows systems.</p>
<p style="margin: 0px;">
<h3><a href="http://www.amazon.com/gp/product/0321503619" target="_blank"><strong><span id="btAsinTitle">Cocoa(R) Programming for Mac(R) OS X (3rd Edition)</span></strong></a></h3>
<p>Suitable for anyone with a little C/C++ programming experience who wants to create software for the newest Mac platform, <em>Cocoa Programming for Max OS X</em> provides a slickly packaged and approachable tutorial that will get you started creating state-of-the-art Mac programs. This book covers the several dozen built-in Cocoa controls, from basic text and buttons to more advanced widgets (including lists and tables). Subsequent sections look at user interface design (using the Interface Builder to create nib files) and how to add programmatic processing behind the visual layout. Along the way, the author introduces coverage of essential Cocoa APIs for strings, arrays, and dictionaries. Later chapters look at saving and loading documents (and user defaults) and how to tap the powerful graphics abilities available in Cocoa. (Besides image and basic drawing, there are short sections on PDF support and printing.)<img class="alignright size-full wp-image-253" title="Core animation for mac os x" src="http://iphoneuniverse.org/wp-content/uploads/Core-animation-for-mac-os-x.jpg" alt="Core animation for mac os x" width="180" height="215" /></p>
<p>And finally if you are getting confident and want to add some cool and sleek features on your apps:</p>
<h3><strong><a href="http://www.amazon.com/Core-Animation-Mac-iPhone-Programmers/dp/1934356107/ref=pd_sim_b_6" target="_blank"><span id="btAsinTitle">Core Animation for Mac OS X and the iPhone</span></a></strong></h3>
<p>Core Animation is one of the coolest technologies to come out of Cupertino in many years. It makes doing all sorts of cool things in your application not just possible, but downright easy. Core Animation opens up worlds of possibilities for your applications&#8217; user interface. The problem is, Core Animation is not intuitive. Even an experienced programmer can expect to spend a lot of time with Apple&#8217;s documentation before he or she will grok the terminology and concepts of this new framework well enough to use be proficient. Fortunately, the author has already gone through the trouble of doing that and has taken the time to break it all down into digestible chunks, explaining the concepts and terms in plain English, and setting out exercises that reinforce your understanding of those concepts.</p>
<p style="margin: 0px;"><a onclick="if (typeof(SitbReader) != 'undefined') { SitbReader.LightboxActions.openReader('sib_dp_pt'); return false; }" href="http://www.amazon.com/gp/reader/0321503619/ref=sib_dp_pt#reader-link"><br />
</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;n=iPhone+Developer+resources+-+Books&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://iphoneuniverse.org/iphone-developer-resources-books/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;title=iPhone+Developer+resources+-+Books" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;title=iPhone+Developer+resources+-+Books" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;t=iPhone+Developer+resources+-+Books" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=iPhone+Developer+resources+-+Books&amp;body=Link: http://iphoneuniverse.org/iphone-developer-resources-books/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Everything%20around%20the%20iPhone%20development%20is%20still%20new.%20It%20may%20be%20very%20difficult%20for%20a%20new%20developer%20to%20find%20information%20about%20Objective%20C%2C%20but%20i%20found%20a%20bunch%20of%20resources%20for%20new%20and%20experienced%20iPhone%20developers%2C%20check%20out%20some%20of%20the%20best%20books%20for%20iPhone%20development%0D%0ABeginning%20iPhone%20Development" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;title=iPhone+Developer+resources+-+Books" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;title=iPhone+Developer+resources+-+Books&amp;srcUrl=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;srcTitle=iPhone+Developer+resources+-+Books&amp;snippet=Everything%20around%20the%20iPhone%20development%20is%20still%20new.%20It%20may%20be%20very%20difficult%20for%20a%20new%20developer%20to%20find%20information%20about%20Objective%20C%2C%20but%20i%20found%20a%20bunch%20of%20resources%20for%20new%20and%20experienced%20iPhone%20developers%2C%20check%20out%20some%20of%20the%20best%20books%20for%20iPhone%20development%0D%0ABeginning%20iPhone%20Development" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=iPhone+Developer+resources+-+Books&amp;body=Link: http://iphoneuniverse.org/iphone-developer-resources-books/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Everything%20around%20the%20iPhone%20development%20is%20still%20new.%20It%20may%20be%20very%20difficult%20for%20a%20new%20developer%20to%20find%20information%20about%20Objective%20C%2C%20but%20i%20found%20a%20bunch%20of%20resources%20for%20new%20and%20experienced%20iPhone%20developers%2C%20check%20out%20some%20of%20the%20best%20books%20for%20iPhone%20development%0D%0ABeginning%20iPhone%20Development" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;title=iPhone+Developer+resources+-+Books&amp;summary=Everything%20around%20the%20iPhone%20development%20is%20still%20new.%20It%20may%20be%20very%20difficult%20for%20a%20new%20developer%20to%20find%20information%20about%20Objective%20C%2C%20but%20i%20found%20a%20bunch%20of%20resources%20for%20new%20and%20experienced%20iPhone%20developers%2C%20check%20out%20some%20of%20the%20best%20books%20for%20iPhone%20development%0D%0ABeginning%20iPhone%20Development&amp;source=iPhoneuniverse.org" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;t=iPhone+Developer+resources+-+Books" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;title=iPhone+Developer+resources+-+Books" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://iphoneuniverse.org/iphone-developer-resources-books/&amp;title=iPhone+Developer+resources+-+Books" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=iPhone+Developer+resources+-+Books+-+http://e7t.us/ef89a7&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=iPhone+Developer+resources+-+Books&amp;body=Link: http://iphoneuniverse.org/iphone-developer-resources-books/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Everything%20around%20the%20iPhone%20development%20is%20still%20new.%20It%20may%20be%20very%20difficult%20for%20a%20new%20developer%20to%20find%20information%20about%20Objective%20C%2C%20but%20i%20found%20a%20bunch%20of%20resources%20for%20new%20and%20experienced%20iPhone%20developers%2C%20check%20out%20some%20of%20the%20best%20books%20for%20iPhone%20development%0D%0ABeginning%20iPhone%20Development" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://iphoneuniverse.org/iphone-developer-resources-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
