<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Getting Started with iPhone Development</title>
	<atom:link href="http://adeem.me/blog/2009/07/03/getting-started-with-iphone-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://adeem.me/blog/2009/07/03/getting-started-with-iphone-development/</link>
	<description>Help to build mobile applications for Apple Store</description>
	<lastBuildDate>Mon, 14 Jun 2010 12:56:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Korky Kathman</title>
		<link>http://adeem.me/blog/2009/07/03/getting-started-with-iphone-development/comment-page-1/#comment-1081</link>
		<dc:creator>Korky Kathman</dc:creator>
		<pubDate>Mon, 30 Nov 2009 05:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=511#comment-1081</guid>
		<description>Thanks for these tutorials, but they are a bit out of date with the advent of the new SDK. You might update them with the new screens soon, since there are more and more of us new developers that need to see these tutorials in the new environment, since its rather drastically different.

Thanks.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Thanks for these tutorials, but they are a bit out of date with the advent of the new SDK. You might update them with the new screens soon, since there are more and more of us new developers that need to see these tutorials in the new environment, since its rather drastically different.</p>
<p>Thanks.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhoneGeek 爱疯极客 &#187; 开始学习iPhone编程之三 &#8211; Hello world</title>
		<link>http://adeem.me/blog/2009/07/03/getting-started-with-iphone-development/comment-page-1/#comment-1080</link>
		<dc:creator>iPhoneGeek 爱疯极客 &#187; 开始学习iPhone编程之三 &#8211; Hello world</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=511#comment-1080</guid>
		<description>[...] 原文见：Getting Started with iPhone Development   &#160;&#160;编程 &#160;&#160;编程, 初学者, 教程   &#160; [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->[...] 原文见：Getting Started with iPhone Development   &nbsp;&nbsp;编程 &nbsp;&nbsp;编程, 初学者, 教程   &nbsp; [...]<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alwinkov</title>
		<link>http://adeem.me/blog/2009/07/03/getting-started-with-iphone-development/comment-page-1/#comment-1048</link>
		<dc:creator>Alwinkov</dc:creator>
		<pubDate>Fri, 07 Aug 2009 16:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=511#comment-1048</guid>
		<description>Youre iPhone Development tutorials are great! 

Can you make a tutorial for a tableview app that have a springboard menu on the start of the app.
( 16 icon&#039;s menu at the start, 4 rows and the 16 cells)

icon 1 &#124; icon 2 &#124; icon 3 &#124; icon 4 &#124;
icon 5 &#124; icon 6 &#124; icon 7 &#124; icon 8 &#124;
icon 9 &#124; icon 10 &#124; icon 11 &#124; icon 12 &#124;
icon 13 &#124; icon 14 &#124; icon 15 &#124; icon 16 &#124;

click on a icon and you get a tableview.

There no tutorial on the internet about this...

Best Regards,
Alwinkov</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Youre iPhone Development tutorials are great! </p>
<p>Can you make a tutorial for a tableview app that have a springboard menu on the start of the app.<br />
( 16 icon&#8217;s menu at the start, 4 rows and the 16 cells)</p>
<p>icon 1 | icon 2 | icon 3 | icon 4 |<br />
icon 5 | icon 6 | icon 7 | icon 8 |<br />
icon 9 | icon 10 | icon 11 | icon 12 |<br />
icon 13 | icon 14 | icon 15 | icon 16 |</p>
<p>click on a icon and you get a tableview.</p>
<p>There no tutorial on the internet about this&#8230;</p>
<p>Best Regards,<br />
Alwinkov<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://adeem.me/blog/2009/07/03/getting-started-with-iphone-development/comment-page-1/#comment-891</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Fri, 17 Jul 2009 21:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=511#comment-891</guid>
		<description>Hey, appreciating the tutorials! thanks alot! 
i have a endless list of tutorials to request but ill just start with the one :]

what i would really like you to do is a tutorial on a user editable UIPicker in a sub view.
iv been looking every where and theres nothing clear enough to work from! and i say in a sub view because all tutorials on making the UIPicker in its self are for the mainView and use the appDelegate which ( being new to developing) makes it alot harder to follow when using it in a realistic app.
i eventually did figure it out using sample code but i bet alot of new developers would appreciate a straight forward tutorial! 

so to sum up, my request is for a user editable UIPicker. Like How a UITable can have text added and deleted.

hope you can get around to doing this :] thanks</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Hey, appreciating the tutorials! thanks alot!<br />
i have a endless list of tutorials to request but ill just start with the one :]</p>
<p>what i would really like you to do is a tutorial on a user editable UIPicker in a sub view.<br />
iv been looking every where and theres nothing clear enough to work from! and i say in a sub view because all tutorials on making the UIPicker in its self are for the mainView and use the appDelegate which ( being new to developing) makes it alot harder to follow when using it in a realistic app.<br />
i eventually did figure it out using sample code but i bet alot of new developers would appreciate a straight forward tutorial! </p>
<p>so to sum up, my request is for a user editable UIPicker. Like How a UITable can have text added and deleted.</p>
<p>hope you can get around to doing this :] thanks<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://adeem.me/blog/2009/07/03/getting-started-with-iphone-development/comment-page-1/#comment-889</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 17 Jul 2009 16:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=511#comment-889</guid>
		<description>Thank you for this - it&#039;s so good to see something for my level :D
I&#039;m eager to start developing for iPhone and this is going to help me do it.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Thank you for this &#8211; it&#8217;s so good to see something for my level <img src='http://adeem.me/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
I&#8217;m eager to start developing for iPhone and this is going to help me do it.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
