<?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 for How to Make iPhone Apps</title>
	<atom:link href="http://howtomakeiphoneapps.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtomakeiphoneapps.com</link>
	<description>Explore the iOS SDK and find out how to develop, create and make iphone apps for yourself and your business.  While you&#039;re here check out our tutorials and Beginning Objective-C Programming eBook.</description>
	<lastBuildDate>Tue, 15 May 2012 21:57:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Chapter Three: Switch Statements by Everardo</title>
		<link>http://howtomakeiphoneapps.com/switch-statements/1087/#comment-6156</link>
		<dc:creator>Everardo</dc:creator>
		<pubDate>Tue, 15 May 2012 21:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=1087#comment-6156</guid>
		<description>Quick question on the last example with the swtich statement, after case for 3 has been satisfied it&#039;s supposed to increment count, and then move to the next case, in this &quot;case&quot; 3 doesn not equal 2, it wouldnt just skip that case also skipping the case for 1 and then returning our default method which is break? I don&#039;t get why it would exceute count++ when the case is false.</description>
		<content:encoded><![CDATA[<p>Quick question on the last example with the swtich statement, after case for 3 has been satisfied it&#8217;s supposed to increment count, and then move to the next case, in this &#8220;case&#8221; 3 doesn not equal 2, it wouldnt just skip that case also skipping the case for 1 and then returning our default method which is break? I don&#8217;t get why it would exceute count++ when the case is false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Here is How You Use the Segmented Control [UISegmentedControl] by RRT</title>
		<link>http://howtomakeiphoneapps.com/here-is-how-you-use-the-segmented-control-uisegmentedcontrol/129/#comment-6116</link>
		<dc:creator>RRT</dc:creator>
		<pubDate>Mon, 14 May 2012 09:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.zippykid.it/here-is-how-you-use-the-segmented-control-uisegmentedcontrol/#comment-6116</guid>
		<description>Thank you very much!</description>
		<content:encoded><![CDATA[<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Storyboards To Make Navigation Based iPhone Apps by MattjDrake</title>
		<link>http://howtomakeiphoneapps.com/using-storyboards-to-make-navigation-based-iphone-apps/1445/#comment-5907</link>
		<dc:creator>MattjDrake</dc:creator>
		<pubDate>Sat, 05 May 2012 17:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=1445#comment-5907</guid>
		<description>Hi Miguel,

Thanks - what you see is what I have published on my blog so far.  I&#039;m adding Storyboards to my iOS Code Camp workshop as we speak and basing pretty much all my training now on Storyboards.</description>
		<content:encoded><![CDATA[<p>Hi Miguel,</p>
<p>Thanks &#8211; what you see is what I have published on my blog so far.  I&#8217;m adding Storyboards to my iOS Code Camp workshop as we speak and basing pretty much all my training now on Storyboards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Storyboards To Make Navigation Based iPhone Apps by Miguel</title>
		<link>http://howtomakeiphoneapps.com/using-storyboards-to-make-navigation-based-iphone-apps/1445/#comment-5901</link>
		<dc:creator>Miguel</dc:creator>
		<pubDate>Sat, 05 May 2012 02:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=1445#comment-5901</guid>
		<description>Matt,

These are great tutorials.  Have you done more work on Storyboards?</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>These are great tutorials.  Have you done more work on Storyboards?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIWebView Tutorial by Harold</title>
		<link>http://howtomakeiphoneapps.com/uiwebview-tutorial/239/#comment-5872</link>
		<dc:creator>Harold</dc:creator>
		<pubDate>Thu, 03 May 2012 20:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.zippykid.it/uiwebview-tutorial/#comment-5872</guid>
		<description>Thanks for the tutorial, busy with my first non-nimblekit-app at the moment :-)
Is there an easy setting to let the web view rotate with the iPad?</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, busy with my first non-nimblekit-app at the moment <img src='http://howtomakeiphoneapps.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Is there an easy setting to let the web view rotate with the iPad?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Storyboards To Make Navigation Based iPhone Apps by Makis</title>
		<link>http://howtomakeiphoneapps.com/using-storyboards-to-make-navigation-based-iphone-apps/1445/#comment-5865</link>
		<dc:creator>Makis</dc:creator>
		<pubDate>Thu, 03 May 2012 10:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=1445#comment-5865</guid>
		<description>Hi Matt and congrats!
It&#039;s a VERY enlightening tutorial. It worked flawlessly for me. 
A quick question: I want to push content from a ViewController to a TableViewController (thanks to you, that part is done) and then, from a TableViewCell on to another ViewController (i.e. a table view with 3 cells: George, John and Jim and three view controllers set respectively to George, John and Jim). How am I going to do this?
Thanks in advance and keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi Matt and congrats!<br />
It&#8217;s a VERY enlightening tutorial. It worked flawlessly for me.<br />
A quick question: I want to push content from a ViewController to a TableViewController (thanks to you, that part is done) and then, from a TableViewCell on to another ViewController (i.e. a table view with 3 cells: George, John and Jim and three view controllers set respectively to George, John and Jim). How am I going to do this?<br />
Thanks in advance and keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile App Mastery Institute 2.0 Ready To Go! by The new Smartpone Benchmark &#124; masterwork numeral</title>
		<link>http://howtomakeiphoneapps.com/training-iphone-ipad/#comment-5821</link>
		<dc:creator>The new Smartpone Benchmark &#124; masterwork numeral</dc:creator>
		<pubDate>Mon, 30 Apr 2012 07:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.zippykid.it/?page_id=309#comment-5821</guid>
		<description>[...] iPad Training &#8211; Get started making your own app today! Find out how you can actually make your own iPhone Apps. Go Here: Objective C iPhone [...]</description>
		<content:encoded><![CDATA[<p>[...] iPad Training &#8211; Get started making your own app today! Find out how you can actually make your own iPhone Apps. Go Here: Objective C iPhone [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile App Mastery Institute 2.0 Ready To Go! by Apple iPhone Features &#124; Apple-iPhone4 For You</title>
		<link>http://howtomakeiphoneapps.com/training-iphone-ipad/#comment-5787</link>
		<dc:creator>Apple iPhone Features &#124; Apple-iPhone4 For You</dc:creator>
		<pubDate>Fri, 27 Apr 2012 05:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.zippykid.it/?page_id=309#comment-5787</guid>
		<description>[...] If you want more information on iPhone Training, don&#8217;t read merely rehashed articles online to avoid getting ripped off. Go here: Developing Training [...]</description>
		<content:encoded><![CDATA[<p>[...] If you want more information on iPhone Training, don&#8217;t read merely rehashed articles online to avoid getting ripped off. Go here: Developing Training [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More Beginning Objective-C Programming Chapters by Dean</title>
		<link>http://howtomakeiphoneapps.com/more-beginning-objective-c-programming-chapters/1438/#comment-5729</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Mon, 23 Apr 2012 09:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=1438#comment-5729</guid>
		<description>Great resource, i am taking it all in but have no idea how to try your examples in Xcode? I use dreamweaver for websites and it looks kinda similar but have no idea where to start typing in your examples. Any help would be great</description>
		<content:encoded><![CDATA[<p>Great resource, i am taking it all in but have no idea how to try your examples in Xcode? I use dreamweaver for websites and it looks kinda similar but have no idea where to start typing in your examples. Any help would be great</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use UIScrollView in Your iPhone App by jihuang69</title>
		<link>http://howtomakeiphoneapps.com/how-to-use-uiscrollview-in-your-iphone-app/160/#comment-5712</link>
		<dc:creator>jihuang69</dc:creator>
		<pubDate>Sun, 22 Apr 2012 13:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.zippykid.it/how-to-use-uiscrollview-in-your-iphone-app/#comment-5712</guid>
		<description>This is an AWESOME tutorial. Very easy to understand and EXACTLY what I was looking for. One thing. When the image loads into the UIScrollview, is there a way to make it look to fit the screen? I would like the image loaded to by default zoom to the size of the window it is in. Then allow zooming in. I don’t want to start zoomed in.</description>
		<content:encoded><![CDATA[<p>This is an AWESOME tutorial. Very easy to understand and EXACTLY what I was looking for. One thing. When the image loads into the UIScrollview, is there a way to make it look to fit the screen? I would like the image loaded to by default zoom to the size of the window it is in. Then allow zooming in. I don’t want to start zoomed in.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

