<?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: iPhone Programming Tutorial â€“ Connecting Code to An Interface Builder View</title>
	<atom:link href="http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/</link>
	<description>Conquering the mobile universe</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chiapuz79</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-7643</link>
		<dc:creator>Chiapuz79</dc:creator>
		<pubDate>Sat, 13 Aug 2011 19:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-7643</guid>
		<description>What is the Label called? I cannot find it in Interface Builder</description>
		<content:encoded><![CDATA[<p>What is the Label called? I cannot find it in Interface Builder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-7633</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sat, 13 Aug 2011 05:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-7633</guid>
		<description>How can improve my UIView of apps in xcode 4??</description>
		<content:encoded><![CDATA[<p>How can improve my UIView of apps in xcode 4??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejo Jm</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-7590</link>
		<dc:creator>Alejo Jm</dc:creator>
		<pubDate>Thu, 11 Aug 2011 05:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-7590</guid>
		<description>thanks for making time, to write this excellent tutorial.</description>
		<content:encoded><![CDATA[<p>thanks for making time, to write this excellent tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankita Gupta</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-7495</link>
		<dc:creator>Ankita Gupta</dc:creator>
		<pubDate>Thu, 04 Aug 2011 21:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-7495</guid>
		<description>ya that&#039;s true...</description>
		<content:encoded><![CDATA[<p>ya that&#8217;s true&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cricaud</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-7442</link>
		<dc:creator>Cricaud</dc:creator>
		<pubDate>Tue, 02 Aug 2011 18:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-7442</guid>
		<description>Found it ! Effectively, because of the delegate, I had to implement a delegate method in the viewController to handle the Done message:
- (BOOL) textFieldShouldReturn:(UITextField *)textField {Â 
Â  Â  return YES;
}</description>
		<content:encoded><![CDATA[<p>Found it ! Effectively, because of the delegate, I had to implement a delegate method in the viewController to handle the Done message:<br />
- (BOOL) textFieldShouldReturn:(UITextField *)textField {Â <br />
Â  Â  return YES;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claude</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-7421</link>
		<dc:creator>Claude</dc:creator>
		<pubDate>Mon, 01 Aug 2011 20:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-7421</guid>
		<description>Shelley,
I have the problem to hide the keyboard when one hits return (in fact, I&#039;m testing on simulator, so I click the done key) : nothing occurs. I did connect to file owner n the corresponding IBAction.
But I have a delegate for this textfield ; is there something specific I should implement or do with respect to this delegate ?
Claude Ricaud</description>
		<content:encoded><![CDATA[<p>Shelley,<br />
I have the problem to hide the keyboard when one hits return (in fact, I&#8217;m testing on simulator, so I click the done key) : nothing occurs. I did connect to file owner n the corresponding IBAction.<br />
But I have a delegate for this textfield ; is there something specific I should implement or do with respect to this delegate ?<br />
Claude Ricaud</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louie</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-7105</link>
		<dc:creator>Louie</dc:creator>
		<pubDate>Tue, 12 Jul 2011 09:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-7105</guid>
		<description>hi im a newbie in programming iphone. I found your tutorial very easy to follow and im learning a lot on it. I have some question. On the codeÂ 
- (IBAction) updateText:(id) sender;Â 

there is a (id) sender variable. May I know what is this for? What do they do? Â Some on the tutorials I found on the net does not add variable on IBAction. I tried removing this as I follow on tutorial and it seems to work correctly. Â Thanks for the tutorial</description>
		<content:encoded><![CDATA[<p>hi im a newbie in programming iphone. I found your tutorial very easy to follow and im learning a lot on it. I have some question. On the codeÂ <br />
- (IBAction) updateText:(id) sender;Â </p>
<p>there is a (id) sender variable. May I know what is this for? What do they do? Â Some on the tutorials I found on the net does not add variable on IBAction. I tried removing this as I follow on tutorial and it seems to work correctly. Â Thanks for the tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Upendra</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-7042</link>
		<dc:creator>Upendra</dc:creator>
		<pubDate>Fri, 01 Jul 2011 09:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-7042</guid>
		<description>very nice technich for explaination</description>
		<content:encoded><![CDATA[<p>very nice technich for explaination</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Pascal Tschudy</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-6876</link>
		<dc:creator>Jan Pascal Tschudy</dc:creator>
		<pubDate>Wed, 22 Jun 2011 20:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-6876</guid>
		<description>Thanks, your post was very useful to me!</description>
		<content:encoded><![CDATA[<p>Thanks, your post was very useful to me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelley</title>
		<link>http://www.icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/#comment-6788</link>
		<dc:creator>Shelley</dc:creator>
		<pubDate>Sat, 18 Jun 2011 02:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-6788</guid>
		<description>If the library isn&#039;t showing for you, you can make it appear by clicking Tools &#124; Library (shift-apple-L).

I have found that the simulator isn&#039;t great at refreshing. If you have changed anything in your code or in your interface builder, the best bet is to quit the simulator and to click &quot;Build and Run&quot; again in XCode. That will reset everything.

Hope that helps,
Shelley</description>
		<content:encoded><![CDATA[<p>If the library isn&#8217;t showing for you, you can make it appear by clicking Tools | Library (shift-apple-L).</p>
<p>I have found that the simulator isn&#8217;t great at refreshing. If you have changed anything in your code or in your interface builder, the best bet is to quit the simulator and to click &#8220;Build and Run&#8221; again in XCode. That will reset everything.</p>
<p>Hope that helps,<br />
Shelley</p>
]]></content:encoded>
	</item>
</channel>
</rss>

