<?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: #13 Loading views from a CIB using CPViewController and Atlas</title>
	<atom:link href="http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/feed/" rel="self" type="application/rss+xml" />
	<link>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/</link>
	<description>Free Cappuccino Screencasts, with a cool accent</description>
	<lastBuildDate>Thu, 01 Jul 2010 18:18:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TARUN</title>
		<link>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/comment-page-1/#comment-164</link>
		<dc:creator>TARUN</dc:creator>
		<pubDate>Tue, 08 Jun 2010 17:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://cappuccinocasts.com/?p=166#comment-164</guid>
		<description>Hi Thomas,

I was wondering if each subview can have their own controller ? I tried your suggestion, also created &quot;Test&quot; button in subview and added one funtion in CustomViewController.j and liked to that but its not working.</description>
		<content:encoded><![CDATA[<p>Hi Thomas,</p>
<p>I was wondering if each subview can have their own controller ? I tried your suggestion, also created &#8220;Test&#8221; button in subview and added one funtion in CustomViewController.j and liked to that but its not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/comment-page-1/#comment-129</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://cappuccinocasts.com/?p=166#comment-129</guid>
		<description>@Bill Chapman : Hi Bill, thanks for you message.
What you have to do is :
1/ create a file and name it for instance &#039;CustomViewController.j&#039;
2/ don&#039;t forget to import it in your AppController.j @import &quot;CustomViewController.j&quot;
3/ you should now see the &quot;view&quot; connection in Atlas.

Hope this helps,
Thomas.</description>
		<content:encoded><![CDATA[<p>@Bill Chapman : Hi Bill, thanks for you message.<br />
What you have to do is :<br />
1/ create a file and name it for instance &#8216;CustomViewController.j&#8217;<br />
2/ don&#8217;t forget to import it in your AppController.j @import &#8220;CustomViewController.j&#8221;<br />
3/ you should now see the &#8220;view&#8221; connection in Atlas.</p>
<p>Hope this helps,<br />
Thomas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Chapman</title>
		<link>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/comment-page-1/#comment-128</link>
		<dc:creator>Bill Chapman</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://cappuccinocasts.com/?p=166#comment-128</guid>
		<description>This screencasts are so well done and I am learning a ton from them - especially the last few.

One question about this last tutorial:?

If one defines the View.cib as instances of class CPViewController, then &#039;view&#039; appears up as a property that can be connected in Atlas to a empty CPView, as was done in the tutorial.

However, if I make a custom class and call it CustomViewController and have it inherit from CPViewController, then I don&#039;t see the same &#039;view&#039; property appear and cannot make a connection in Atlas.  Why is this?</description>
		<content:encoded><![CDATA[<p>This screencasts are so well done and I am learning a ton from them &#8211; especially the last few.</p>
<p>One question about this last tutorial:?</p>
<p>If one defines the View.cib as instances of class CPViewController, then &#8216;view&#8217; appears up as a property that can be connected in Atlas to a empty CPView, as was done in the tutorial.</p>
<p>However, if I make a custom class and call it CustomViewController and have it inherit from CPViewController, then I don&#8217;t see the same &#8216;view&#8217; property appear and cannot make a connection in Atlas.  Why is this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerod Santo</title>
		<link>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/comment-page-1/#comment-126</link>
		<dc:creator>Jerod Santo</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://cappuccinocasts.com/?p=166#comment-126</guid>
		<description>Great cast Thomas!

Another way you could have handled the problem with having too many subviews would be to use [mainView setSubviews:[[mainViewController view]]];

In this case, you wouldn&#039;t have to manually remove each view before adding a new one.</description>
		<content:encoded><![CDATA[<p>Great cast Thomas!</p>
<p>Another way you could have handled the problem with having too many subviews would be to use [mainView setSubviews:[[mainViewController view]]];</p>
<p>In this case, you wouldn&#8217;t have to manually remove each view before adding a new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calvin4</title>
		<link>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/comment-page-1/#comment-125</link>
		<dc:creator>Calvin4</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://cappuccinocasts.com/?p=166#comment-125</guid>
		<description>SO COOL!!! Thanks Thomas!</description>
		<content:encoded><![CDATA[<p>SO COOL!!! Thanks Thomas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Cappuccino Casts &#124; Free Cappuccino Screencasts, with a cool accent &#124; #13 Loading views from a CIB using CPViewController and Atlas -- Topsy.com</title>
		<link>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/comment-page-1/#comment-124</link>
		<dc:creator>Tweets that mention Cappuccino Casts &#124; Free Cappuccino Screencasts, with a cool accent &#124; #13 Loading views from a CIB using CPViewController and Atlas -- Topsy.com</dc:creator>
		<pubDate>Tue, 26 Jan 2010 03:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://cappuccinocasts.com/?p=166#comment-124</guid>
		<description>[...] This post was mentioned on Twitter by Thomas Balthazar, Leif Singer, ǝɯoloʇɹɐq lǝɐɥdɐɹ, Ⓙohannes Ⓕahrenkrug, railsgeek and others. railsgeek said: New CappuccinoCast: #13 Loading views from a CIB using CPViewController and Atlas http://is.gd/71KvH [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Thomas Balthazar, Leif Singer, ǝɯoloʇɹɐq lǝɐɥdɐɹ, Ⓙohannes Ⓕahrenkrug, railsgeek and others. railsgeek said: New CappuccinoCast: #13 Loading views from a CIB using CPViewController and Atlas <a href="http://is.gd/71KvH" rel="nofollow">http://is.gd/71KvH</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/comment-page-1/#comment-123</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Mon, 25 Jan 2010 19:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://cappuccinocasts.com/?p=166#comment-123</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by tbalthazar: I just published a new #Cappuccino Cast : http://j.mp/CappCast13...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by tbalthazar: I just published a new #Cappuccino Cast : <a href="http://j.mp/CappCast13.." rel="nofollow">http://j.mp/CappCast13..</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
