<?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 &#8211; Connecting Code to An Interface Builder View</title>
	<atom:link href="http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:26:02 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Bhaktavatsalam</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-6310</link>
		<dc:creator>Bhaktavatsalam</dc:creator>
		<pubDate>Sun, 29 Aug 2010 22:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-6310</guid>
		<description>Concise, simple and straight forward. Thanks a ton.</description>
		<content:encoded><![CDATA[<p>Concise, simple and straight forward. Thanks a ton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noah</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-6299</link>
		<dc:creator>Noah</dc:creator>
		<pubDate>Thu, 26 Aug 2010 18:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-6299</guid>
		<description>Check all your capitalization on the code, just to make sure there aren&#039;t any uncaught typos. Also check your connections with IB. Is your File&#039;s owner connected to the view? This has happened to me before, causing the same problem.</description>
		<content:encoded><![CDATA[<p>Check all your capitalization on the code, just to make sure there aren&#8217;t any uncaught typos. Also check your connections with IB. Is your File&#8217;s owner connected to the view? This has happened to me before, causing the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone Programming Tutorial – Local Notifications &#187; Shai Perednik.com</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-6013</link>
		<dc:creator>iPhone Programming Tutorial – Local Notifications &#187; Shai Perednik.com</dc:creator>
		<pubDate>Thu, 29 Jul 2010 22:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-6013</guid>
		<description>[...] After creating the interface, make sure you hook up all of the UI components to their corresponding IBOutlets and hook up the touchUpInside: method of the button the your scheduleAlarm: IBAction.  For more info on hooking up IBOutlets, check out this tutorial. [...]</description>
		<content:encoded><![CDATA[<p>[...] After creating the interface, make sure you hook up all of the UI components to their corresponding IBOutlets and hook up the touchUpInside: method of the button the your scheduleAlarm: IBAction.  For more info on hooking up IBOutlets, check out this tutorial. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-5966</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 25 Jul 2010 14:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-5966</guid>
		<description>Hi,

thank you for the tutorial. it&#039;s great and easy to follow.
unfortunately i have a little problem and after reading the comments i cannot find the solution or i just cannot identify my problem as having been solved nor asked so far.
well here we go:

after finishing the coding and implemntig the view i saved the code and the view and i click &quot;Build and run&quot;. The iphone simulator starts but nothing happens. it just displays the iphone home screen...and when i click the app it starts and quits again...

can anyone haelp me? i bet it&#039;s a simple problem.

thx so much
greets
dan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thank you for the tutorial. it&#8217;s great and easy to follow.<br />
unfortunately i have a little problem and after reading the comments i cannot find the solution or i just cannot identify my problem as having been solved nor asked so far.<br />
well here we go:</p>
<p>after finishing the coding and implemntig the view i saved the code and the view and i click &#8220;Build and run&#8221;. The iphone simulator starts but nothing happens. it just displays the iphone home screen&#8230;and when i click the app it starts and quits again&#8230;</p>
<p>can anyone haelp me? i bet it&#8217;s a simple problem.</p>
<p>thx so much<br />
greets<br />
dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-5625</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 17 Jun 2010 14:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-5625</guid>
		<description>I really wish you could print this. Only the first printed page has any actual content on it. Is there some script that &quot;lazy loads&quot; the rest of the content as you scroll, that may be interfering with the printable content?</description>
		<content:encoded><![CDATA[<p>I really wish you could print this. Only the first printed page has any actual content on it. Is there some script that &#8220;lazy loads&#8221; the rest of the content as you scroll, that may be interfering with the printable content?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Weinman</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-5372</link>
		<dc:creator>Bill Weinman</dc:creator>
		<pubDate>Fri, 07 May 2010 02:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-5372</guid>
		<description>@Joyomat -- Actually, you don&#039;t need another method. Just connect the UITextField&#039;s done event to the existing updateText method and put the [sender resignFirstResponder] in there. This has the added benefit of making the Done key update the UILabel. 

&lt;pre&gt;
- (IBAction)updateText:(id)sender {
	if([txtName.text length] == 0) {
		lblHello.text = @&quot;Please enter your name&quot;;
	} else {
		lblHello.text = [[NSString alloc] initWithFormat:@&quot;Hello %@!&quot;, txtName.text];
	}
	[sender resignFirstResponder];
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Joyomat &#8212; Actually, you don&#8217;t need another method. Just connect the UITextField&#8217;s done event to the existing updateText method and put the [sender resignFirstResponder] in there. This has the added benefit of making the Done key update the UILabel. </p>
<pre>
- (IBAction)updateText:(id)sender {
	if([txtName.text length] == 0) {
		lblHello.text = @"Please enter your name";
	} else {
		lblHello.text = [[NSString alloc] initWithFormat:@"Hello %@!", txtName.text];
	}
	[sender resignFirstResponder];
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvain</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4956</link>
		<dc:creator>Sylvain</dc:creator>
		<pubDate>Tue, 23 Mar 2010 13:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4956</guid>
		<description>You use @synthesize lblHello.

But then you use : &quot;lblHello.text = text&quot; and not &quot;self.lblHello.text = text&quot;.
&quot;self&quot; is not mandatory if we want to call the property ? else we call the ivar ?

Thank you for your help.</description>
		<content:encoded><![CDATA[<p>You use @synthesize lblHello.</p>
<p>But then you use : &#8220;lblHello.text = text&#8221; and not &#8220;self.lblHello.text = text&#8221;.<br />
&#8220;self&#8221; is not mandatory if we want to call the property ? else we call the ivar ?</p>
<p>Thank you for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derak</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4865</link>
		<dc:creator>derak</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4865</guid>
		<description>Great! Thank you. This was very helpful.</description>
		<content:encoded><![CDATA[<p>Great! Thank you. This was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayomat</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4788</link>
		<dc:creator>Jayomat</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4788</guid>
		<description>@Hong  Duc:

Xcode : Create an IBAction method in our Controller class that will cause the UITextField to release his grab of the keyboard. Put the following line in your .h file:

-(IBAction)textFieldDoneEditing:(id)sender;

IB : Connect the UITextField’s DidEndOnExit event to our new IBAction method
IB : Set the Keyboard&gt;Type property of the UITextField to Done
Xcode: put this in your .m file:

-(IBAction)textFieldDoneEditing:(id)sender{
[sender resignFirstResponder];
}

In interface Builder, you need to connect your Did End On Exit event to this method.

gl</description>
		<content:encoded><![CDATA[<p>@Hong  Duc:</p>
<p>Xcode : Create an IBAction method in our Controller class that will cause the UITextField to release his grab of the keyboard. Put the following line in your .h file:</p>
<p>-(IBAction)textFieldDoneEditing:(id)sender;</p>
<p>IB : Connect the UITextField’s DidEndOnExit event to our new IBAction method<br />
IB : Set the Keyboard&gt;Type property of the UITextField to Done<br />
Xcode: put this in your .m file:</p>
<p>-(IBAction)textFieldDoneEditing:(id)sender{<br />
[sender resignFirstResponder];<br />
}</p>
<p>In interface Builder, you need to connect your Did End On Exit event to this method.</p>
<p>gl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meito</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4753</link>
		<dc:creator>Meito</dc:creator>
		<pubDate>Sat, 27 Feb 2010 17:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4753</guid>
		<description>Again, this doesn&#039;t work on 3.1.2 simulator :( , i don&#039;t even have the ViewBasedViewController.h, i think i have to found a new tutorial under this simulator, if you have a link to this kind of tutorials i will thank you a lot, i have to develop for 3gs cell phone, sorry</description>
		<content:encoded><![CDATA[<p>Again, this doesn&#8217;t work on 3.1.2 simulator <img src='http://icodeblog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  , i don&#8217;t even have the ViewBasedViewController.h, i think i have to found a new tutorial under this simulator, if you have a link to this kind of tutorials i will thank you a lot, i have to develop for 3gs cell phone, sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hong Duc</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4689</link>
		<dc:creator>Hong Duc</dc:creator>
		<pubDate>Sat, 20 Feb 2010 11:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4689</guid>
		<description>Hi Brandon,
 Thanks for the great tutorial on iPhone platform. This is really a great help for people who get familiar to this platform for the first time.
I follow your instructions very carefully and it works like a charm, but now I&#039;m dealing with the &quot;hide the keyboard automatically&quot;
problem. I tried your instruction, which is add one line
 [txtName resignFirstResponder]; and it works fine.
But the problem is, I want to experiment another way to do this, which is to make a delegate like many people had said before I came here
.So I add something like this:

-(BOOL)hideKeyboard:(UITextField *)textField{
	[textField resignFirstResponder];
	return YES
}

 and in the Interface Builder view, I chose the Textfield, click and drag the circle of the delegate to the File&#039;s owner. But the keyboard still doesn&#039;t hide after I click Display. So can you help me with this? or did I miss something in the .h file. From my experience, I think I need to declare something in the .h which it can be recognized in the .m file ( I used to work code with C++ so I think these are the same ). Can you help me</description>
		<content:encoded><![CDATA[<p>Hi Brandon,<br />
 Thanks for the great tutorial on iPhone platform. This is really a great help for people who get familiar to this platform for the first time.<br />
I follow your instructions very carefully and it works like a charm, but now I&#8217;m dealing with the &#8220;hide the keyboard automatically&#8221;<br />
problem. I tried your instruction, which is add one line<br />
 [txtName resignFirstResponder]; and it works fine.<br />
But the problem is, I want to experiment another way to do this, which is to make a delegate like many people had said before I came here<br />
.So I add something like this:</p>
<p>-(BOOL)hideKeyboard:(UITextField *)textField{<br />
	[textField resignFirstResponder];<br />
	return YES<br />
}</p>
<p> and in the Interface Builder view, I chose the Textfield, click and drag the circle of the delegate to the File&#8217;s owner. But the keyboard still doesn&#8217;t hide after I click Display. So can you help me with this? or did I miss something in the .h file. From my experience, I think I need to declare something in the .h which it can be recognized in the .m file ( I used to work code with C++ so I think these are the same ). Can you help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4684</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 19 Feb 2010 12:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4684</guid>
		<description>Great tutorials so far. I just have a couple of things so I&#039;ll start easiest first :P
KTs - It is possible to quit but apple hate having a quit button. It looks like the application has just crashed. I was told that it is possible to be done. I think, don&#039;t quote me on this, call quit(0) is what will make the app quit.
Next problem. I&#039;ve written the code for this tutorial myself by hand and downloaded the source code from here. Neither compile properly. There are 3 identical issues - &#039;didRecieveMemoryWarning&#039; undeclared (first use in this function)   Expected &#039;;&#039; before &#039;{&#039; token      Expected declaration or statement at end of input.
Can anyone help on these? 

Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorials so far. I just have a couple of things so I&#8217;ll start easiest first <img src='http://icodeblog.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
KTs &#8211; It is possible to quit but apple hate having a quit button. It looks like the application has just crashed. I was told that it is possible to be done. I think, don&#8217;t quote me on this, call quit(0) is what will make the app quit.<br />
Next problem. I&#8217;ve written the code for this tutorial myself by hand and downloaded the source code from here. Neither compile properly. There are 3 identical issues &#8211; &#8216;didRecieveMemoryWarning&#8217; undeclared (first use in this function)   Expected &#8216;;&#8217; before &#8216;{&#8216; token      Expected declaration or statement at end of input.<br />
Can anyone help on these? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 8 great resources on how to make your first iPhone app</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4649</link>
		<dc:creator>8 great resources on how to make your first iPhone app</dc:creator>
		<pubDate>Fri, 12 Feb 2010 16:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4649</guid>
		<description>[...] iPhone Programming Tutorial – Connecting Code to An Interface Builder View This is fantastic hands-on tutorial of what is involved to get Interface Builder to wire up some buttons for you in your app. It&#8217;s long, has lot&#8217;s of screen shots, and there are excellent comments at the bottom of the article. The comments are great because they really help you understand the mindset needed to program.   var addthis_language = &#039;en&#039;;var addthis_options = &#039;email, favorites, digg, delicious, stumbleupon, google, facebook, reddit, live, more&#039;;   Related Posts:10 Reasons to use the Hybrid Framework for WordPressHow to get Google Analytics stats for today only with one simple click14 Top Typeface and Font Combinations ResourcesThe Best Monitor for Graphic DesignHourly rate or by-the-project pros and cons for graphic design fees [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone Programming Tutorial – Connecting Code to An Interface Builder View This is fantastic hands-on tutorial of what is involved to get Interface Builder to wire up some buttons for you in your app. It&#8217;s long, has lot&#8217;s of screen shots, and there are excellent comments at the bottom of the article. The comments are great because they really help you understand the mindset needed to program.   var addthis_language = &#39;en&#39;;var addthis_options = &#39;email, favorites, digg, delicious, stumbleupon, google, facebook, reddit, live, more&#39;;   Related Posts:10 Reasons to use the Hybrid Framework for WordPressHow to get Google Analytics stats for today only with one simple click14 Top Typeface and Font Combinations ResourcesThe Best Monitor for Graphic DesignHourly rate or by-the-project pros and cons for graphic design fees [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4624</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Mon, 08 Feb 2010 18:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4624</guid>
		<description>The tutorial seems to work and it builds fine. The iPhone simulator comes up and I click in side the Name box and click out my name.
But there&#039;s no way to hit the Display button now. The keyboard stays up and on top of the view with my Display button and cannot be dismissed, even with the Done button on the keyboard itself! Clicking on the Done button doesn&#039;t do anything. Should there be more code that needs to be addd to the Done button? Since the Done button was created automatically, it&#039;s function should also work automatically, right?
Well, ... I was understanding the tutorial up to that point. I read some of the comments above, but it was clear that their level of programming was way ahead of the level of this tutorial, so I can&#039;t make any sense of it.

Thanks!</description>
		<content:encoded><![CDATA[<p>The tutorial seems to work and it builds fine. The iPhone simulator comes up and I click in side the Name box and click out my name.<br />
But there&#8217;s no way to hit the Display button now. The keyboard stays up and on top of the view with my Display button and cannot be dismissed, even with the Done button on the keyboard itself! Clicking on the Done button doesn&#8217;t do anything. Should there be more code that needs to be addd to the Done button? Since the Done button was created automatically, it&#8217;s function should also work automatically, right?<br />
Well, &#8230; I was understanding the tutorial up to that point. I read some of the comments above, but it was clear that their level of programming was way ahead of the level of this tutorial, so I can&#8217;t make any sense of it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4608</link>
		<dc:creator>Tammy</dc:creator>
		<pubDate>Sun, 07 Feb 2010 07:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4608</guid>
		<description>ViewBasedViewController.m
  
Please only RELEASE if you have ALLOC.
  
If your if-statement is true... you don&#039;t ALLOC.... but you *STILL* free the memory.
  
Ugh.</description>
		<content:encoded><![CDATA[<p>ViewBasedViewController.m</p>
<p>Please only RELEASE if you have ALLOC.</p>
<p>If your if-statement is true&#8230; you don&#8217;t ALLOC&#8230;. but you *STILL* free the memory.</p>
<p>Ugh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tihomir</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4540</link>
		<dc:creator>Tihomir</dc:creator>
		<pubDate>Mon, 01 Feb 2010 13:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4540</guid>
		<description>Thanks man, great tutorials!</description>
		<content:encoded><![CDATA[<p>Thanks man, great tutorials!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KTs</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4493</link>
		<dc:creator>KTs</dc:creator>
		<pubDate>Thu, 28 Jan 2010 08:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4493</guid>
		<description>Hi,
Great tutorial, Bradon :)
In this Application, I&#039;m trying to find how to write a code or use events to quit an application. 
Example: I make a button with name:&quot;Quit&quot;, when you click, it quit your current application and return to applications view. Can you show me how to do it?
Thanks.
KTs</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great tutorial, Bradon <img src='http://icodeblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
In this Application, I&#8217;m trying to find how to write a code or use events to quit an application.<br />
Example: I make a button with name:&#8221;Quit&#8221;, when you click, it quit your current application and return to applications view. Can you show me how to do it?<br />
Thanks.<br />
KTs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brin k.</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4470</link>
		<dc:creator>brin k.</dc:creator>
		<pubDate>Mon, 25 Jan 2010 14:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4470</guid>
		<description>Nice tutorial. Helpful. Thank u.</description>
		<content:encoded><![CDATA[<p>Nice tutorial. Helpful. Thank u.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4456</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sat, 23 Jan 2010 18:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4456</guid>
		<description>Should have spent another 2 minutes looking at it before I posted. Turns out I didn&#039;t have the TextField&#039;s delegate connection hooked up to File&#039;s Owner. So my next question is: Could someone explain that behavior?</description>
		<content:encoded><![CDATA[<p>Should have spent another 2 minutes looking at it before I posted. Turns out I didn&#8217;t have the TextField&#8217;s delegate connection hooked up to File&#8217;s Owner. So my next question is: Could someone explain that behavior?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4455</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sat, 23 Jan 2010 18:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4455</guid>
		<description>When I run this example my textfield fills the entire window at runtime (but looks fine in IB). Any thing obvious I&#039;m missing?</description>
		<content:encoded><![CDATA[<p>When I run this example my textfield fills the entire window at runtime (but looks fine in IB). Any thing obvious I&#8217;m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-4/#comment-4407</link>
		<dc:creator>K</dc:creator>
		<pubDate>Sun, 17 Jan 2010 05:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4407</guid>
		<description>I had the same &quot;view&quot; connection issues as many. A solution to this problem is the following:

- Highlight &quot;File&#039;s Owner&quot; in Interface Builder
- Click on &quot;File-&gt;Read Class Files...&quot; from the menu bar
- Navigate to your view controller header file (ViewBasedViewController.h) and click &quot;Open&quot;

You can now make your connections as the tutorial describes

Thanks for the tutorials Brandon!</description>
		<content:encoded><![CDATA[<p>I had the same &#8220;view&#8221; connection issues as many. A solution to this problem is the following:</p>
<p>- Highlight &#8220;File&#8217;s Owner&#8221; in Interface Builder<br />
- Click on &#8220;File-&gt;Read Class Files&#8230;&#8221; from the menu bar<br />
- Navigate to your view controller header file (ViewBasedViewController.h) and click &#8220;Open&#8221;</p>
<p>You can now make your connections as the tutorial describes</p>
<p>Thanks for the tutorials Brandon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silvia Rebelo</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-3/#comment-4383</link>
		<dc:creator>Silvia Rebelo</dc:creator>
		<pubDate>Thu, 14 Jan 2010 12:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4383</guid>
		<description>Hi  Brandom!

Thanks for the tutorials, they are really nice explained and run smoothly. Thanks a lot!

^^</description>
		<content:encoded><![CDATA[<p>Hi  Brandom!</p>
<p>Thanks for the tutorials, they are really nice explained and run smoothly. Thanks a lot!</p>
<p>^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TD</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-3/#comment-4344</link>
		<dc:creator>TD</dc:creator>
		<pubDate>Mon, 11 Jan 2010 02:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4344</guid>
		<description>Thanks for the tutorial.

I don&#039;t know if this was a problem with me or something that has changed with the SDK, but I had to manually link the &quot;view&quot; to get this tutorial to work.

In the Interface Builder, under Connections, drag from the circle to the right of &quot;view&quot; to &quot;File&#039;s Owner&quot; and select &quot;view&quot;.

Prior to doing that, the app would start up and instantly close. It was only by comparing what I had to the downloaded xib file that I found the issue.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial.</p>
<p>I don&#8217;t know if this was a problem with me or something that has changed with the SDK, but I had to manually link the &#8220;view&#8221; to get this tutorial to work.</p>
<p>In the Interface Builder, under Connections, drag from the circle to the right of &#8220;view&#8221; to &#8220;File&#8217;s Owner&#8221; and select &#8220;view&#8221;.</p>
<p>Prior to doing that, the app would start up and instantly close. It was only by comparing what I had to the downloaded xib file that I found the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-3/#comment-4325</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 08 Jan 2010 16:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-4325</guid>
		<description>Excellent stuff, Brandon, thanks so much!

I am VERY new to the Mac and thus am making all sorts of noob mistakes, one of them being:

I dragged Xcode to the desktop and now, boom, it doesn&#039;t work.

This problem needs to be resolved before I can go further, any ideas?

Thanks again for the great walkthroughs!</description>
		<content:encoded><![CDATA[<p>Excellent stuff, Brandon, thanks so much!</p>
<p>I am VERY new to the Mac and thus am making all sorts of noob mistakes, one of them being:</p>
<p>I dragged Xcode to the desktop and now, boom, it doesn&#8217;t work.</p>
<p>This problem needs to be resolved before I can go further, any ideas?</p>
<p>Thanks again for the great walkthroughs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiger</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-3/#comment-3995</link>
		<dc:creator>Tiger</dc:creator>
		<pubDate>Mon, 07 Dec 2009 01:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-3995</guid>
		<description>Whoops - discovered my own problem...

I was trying to set things before &quot;viewDidLoad&quot; had actually occurred...

How silly</description>
		<content:encoded><![CDATA[<p>Whoops &#8211; discovered my own problem&#8230;</p>
<p>I was trying to set things before &#8220;viewDidLoad&#8221; had actually occurred&#8230;</p>
<p>How silly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiger</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-3/#comment-3993</link>
		<dc:creator>Tiger</dc:creator>
		<pubDate>Mon, 07 Dec 2009 00:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-3993</guid>
		<description>My labels and such seem to refuse to connect to my code.

I&#039;ve created a view with a NIB called &quot;Search Results NIB&quot;, and it has a label on it. I connected to Files Owner to Search_Results_View (the view controller), connected the View I created to the File&#039;s Owner, and then connected label I created to the File&#039;s Owner (with a variable named &quot;filterBy&quot;).

So then in my app, when the user selects an element in a table, it creates a &quot;Search Results View&quot; and pushes it onto the view controller like so:

Search_Results_View *controller = [[Search_Results_View alloc] initWithNibName:@&quot;Search Results NIB&quot; bundle:[NSBundle mainBundle]];

controller.title = [NSString stringWithFormat:@&quot;Poh&#039;s %@&quot;,[[tableData objectAtIndex:0] objectAtIndex:[indexPath indexAtPosition:1]]];
	
controller.filterBy.text = @&quot;Hello World&quot;;
	
appDelegate.vcRecipesScreen.vcResults = controller;
	
[controller release];

My issue is that the text on the label just won&#039;t change! In fact, when I set break-points to see what is going on, filterBy is set to 0x0, which means it isn&#039;t even being allocated...

So what is going on? Please help, I&#039;m so confused...</description>
		<content:encoded><![CDATA[<p>My labels and such seem to refuse to connect to my code.</p>
<p>I&#8217;ve created a view with a NIB called &#8220;Search Results NIB&#8221;, and it has a label on it. I connected to Files Owner to Search_Results_View (the view controller), connected the View I created to the File&#8217;s Owner, and then connected label I created to the File&#8217;s Owner (with a variable named &#8220;filterBy&#8221;).</p>
<p>So then in my app, when the user selects an element in a table, it creates a &#8220;Search Results View&#8221; and pushes it onto the view controller like so:</p>
<p>Search_Results_View *controller = [[Search_Results_View alloc] initWithNibName:@&#8221;Search Results NIB&#8221; bundle:[NSBundle mainBundle]];</p>
<p>controller.title = [NSString stringWithFormat:@"Poh's %@",[[tableData objectAtIndex:0] objectAtIndex:[indexPath indexAtPosition:1]]];</p>
<p>controller.filterBy.text = @&#8221;Hello World&#8221;;</p>
<p>appDelegate.vcRecipesScreen.vcResults = controller;</p>
<p>[controller release];</p>
<p>My issue is that the text on the label just won&#8217;t change! In fact, when I set break-points to see what is going on, filterBy is set to 0&#215;0, which means it isn&#8217;t even being allocated&#8230;</p>
<p>So what is going on? Please help, I&#8217;m so confused&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-3/#comment-3980</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Sun, 06 Dec 2009 03:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-3980</guid>
		<description>Thank you for tutorial! I completed all the steps. However pressing Display button does nothing.
I put the breakpoints inside
 -(IBAction) updateText:(id) sender {} function. 
Program flow never enters the function!

In desperation I added another event: “Touch up inside”
It worked.

I experimented more. I think that  
“Touch up outside” event is not generated at all!?

This may be bug in 3.1.2 simulator running under X10.6.2

Any ideas or similar experiences?</description>
		<content:encoded><![CDATA[<p>Thank you for tutorial! I completed all the steps. However pressing Display button does nothing.<br />
I put the breakpoints inside<br />
 -(IBAction) updateText:(id) sender {} function.<br />
Program flow never enters the function!</p>
<p>In desperation I added another event: “Touch up inside”<br />
It worked.</p>
<p>I experimented more. I think that<br />
“Touch up outside” event is not generated at all!?</p>
<p>This may be bug in 3.1.2 simulator running under X10.6.2</p>
<p>Any ideas or similar experiences?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-3/#comment-3926</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Thu, 03 Dec 2009 02:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-3926</guid>
		<description>Alex I had the same problem as I am also just starting out. You need to right click on the &quot;View&quot; area and a block box will pop up. Then click on your text field. Now in the top right you will see the circle they talk about in the tutorial. Grab that and drag it to the black box and walla :)</description>
		<content:encoded><![CDATA[<p>Alex I had the same problem as I am also just starting out. You need to right click on the &#8220;View&#8221; area and a block box will pop up. Then click on your text field. Now in the top right you will see the circle they talk about in the tutorial. Grab that and drag it to the black box and walla <img src='http://icodeblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-3/#comment-3784</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-3784</guid>
		<description>im having a problem with the creatinga connection between the text field (txtName) and File&#039;s owner the view --&gt; File&#039;s owner is already connected when i start a new project. but when i select the text field to begin to make the connection to &quot;File&#039;s Owner&quot; it doesnt show up as a choice to connect it to. any ideas?</description>
		<content:encoded><![CDATA[<p>im having a problem with the creatinga connection between the text field (txtName) and File&#8217;s owner the view &#8211;&gt; File&#8217;s owner is already connected when i start a new project. but when i select the text field to begin to make the connection to &#8220;File&#8217;s Owner&#8221; it doesnt show up as a choice to connect it to. any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://icodeblog.com/2008/07/30/iphone-programming-tutorial-connecting-code-to-an-interface-builder-view/comment-page-3/#comment-3654</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Mon, 16 Nov 2009 06:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=94#comment-3654</guid>
		<description>I have finally written my first iPhone app with this tutorial....really nice tutorial....other tutorials that i have been through was real greek and latin for me..this helped me a lot... :)</description>
		<content:encoded><![CDATA[<p>I have finally written my first iPhone app with this tutorial&#8230;.really nice tutorial&#8230;.other tutorials that i have been through was real greek and latin for me..this helped me a lot&#8230; <img src='http://icodeblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
