<?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: Fixing the UISplitViewController Template</title>
	<atom:link href="http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/</link>
	<description>Taglines are for Windows programmers</description>
	<lastBuildDate>Mon, 05 Dec 2011 10:55:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: iPad: Design pattern for controller hierarchy in a UISplitViewController? - Applerr.com All about Apple Products - Applerr.com All about Apple Products</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1620</link>
		<dc:creator>iPad: Design pattern for controller hierarchy in a UISplitViewController? - Applerr.com All about Apple Products - Applerr.com All about Apple Products</dc:creator>
		<pubDate>Thu, 02 Jun 2011 22:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1620</guid>
		<description>&lt;p&gt;[...] I have found another blog post which addresses this particular situation on Cocoa is my girlfriend, see also the comment section of that entry. The post is a little basic and does not cover the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I have found another blog post which addresses this particular situation on Cocoa is my girlfriend, see also the comment section of that entry. The post is a little basic and does not cover the [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1617</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Mon, 30 May 2011 14:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1617</guid>
		<description>&lt;p&gt;@gareth,&lt;/p&gt;

&lt;p&gt;Unfortunately, I am still using Xcode 3 for many reasons. This will be one more I add to the list. Once they force us to upgrade, I&#039;ll probably spend more time figuring it out, but for now I am still on 3.2.6 to maintain sanity. I love the potential of Xcode 4, but I don&#039;t find it consistent enough to get real work done yet.&lt;/p&gt;

&lt;p&gt;-Matt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@gareth,</p>

<p>Unfortunately, I am still using Xcode 3 for many reasons. This will be one more I add to the list. Once they force us to upgrade, I&#8217;ll probably spend more time figuring it out, but for now I am still on 3.2.6 to maintain sanity. I love the potential of Xcode 4, but I don&#8217;t find it consistent enough to get real work done yet.</p>

<p>-Matt</p>]]></content:encoded>
	</item>
	<item>
		<title>By: gareth</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1616</link>
		<dc:creator>gareth</dc:creator>
		<pubDate>Mon, 30 May 2011 12:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1616</guid>
		<description>&lt;p&gt;Hi Matt,&lt;/p&gt;

&lt;p&gt;Thanks for this tutorial - I&#039;ve just spent the last hour trying to get a nav controller on the right hand side using the template and have had no luck. However, it seems that it is xCode 4 stopping me from doing this. I&#039;m not sure why but I cannot drag a nav controller into the split view controller, nor can I delete either of the existing view controllers and replace them. It just doesn&#039;t let you.....&lt;/p&gt;

&lt;p&gt;So I&#039;ve had to use your sample project to get this. Any ideas how to get around this - have you noticed the same in xCode 4?&lt;/p&gt;

&lt;p&gt;Thanks again.&lt;/p&gt;

&lt;p&gt;Best wishes,&lt;/p&gt;

&lt;p&gt;Gareth.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>

<p>Thanks for this tutorial &#8211; I&#8217;ve just spent the last hour trying to get a nav controller on the right hand side using the template and have had no luck. However, it seems that it is xCode 4 stopping me from doing this. I&#8217;m not sure why but I cannot drag a nav controller into the split view controller, nor can I delete either of the existing view controllers and replace them. It just doesn&#8217;t let you&#8230;..</p>

<p>So I&#8217;ve had to use your sample project to get this. Any ideas how to get around this &#8211; have you noticed the same in xCode 4?</p>

<p>Thanks again.</p>

<p>Best wishes,</p>

<p>Gareth.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: spoolup</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1553</link>
		<dc:creator>spoolup</dc:creator>
		<pubDate>Tue, 01 Mar 2011 01:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1553</guid>
		<description>&lt;p&gt;great tut!
got a question for ya....
i&#039;ve added a few more views to my detail view which is what i was looking for, BUT (there&#039;s always a but)
is there a way, to add a button on the last view, that once pressed will return to the initial view?
not load the initial view, but &quot;rewind&quot; so then there&#039;s no need to press back multiple times in order to get the Root List button....
thanks!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>great tut!
got a question for ya&#8230;.
i&#8217;ve added a few more views to my detail view which is what i was looking for, BUT (there&#8217;s always a but)
is there a way, to add a button on the last view, that once pressed will return to the initial view?
not load the initial view, but &#8220;rewind&#8221; so then there&#8217;s no need to press back multiple times in order to get the Root List button&#8230;.
thanks!!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: yasirmturk</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1552</link>
		<dc:creator>yasirmturk</dc:creator>
		<pubDate>Mon, 28 Feb 2011 13:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1552</guid>
		<description>&lt;p&gt;Hi, this is a priceless article indeed, i have a specific problem...&lt;/p&gt;

&lt;p&gt;I created a universal App in which my iPhone portion has tabbar controller as root and then navigationcontroller in side...&lt;/p&gt;

&lt;p&gt;now, i want to use the same views for ipad version and i am thinking of it this way
use the splitview controller instead of tabbar controller when ipad, that is convert tabbar to splitview.. and navigation controller in detailview is working fine..&lt;/p&gt;

&lt;p&gt;but the problem is with the splitview controller, i want that for each item in rootview of splitview controller there exist a view that should load in the detailview side.. stuck and confused, please help me out....&lt;/p&gt;

&lt;p&gt;otherwise let me know of any useful article which expains how should we port out tabbar iphone apps to ipad paradigm
thanx in advance&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, this is a priceless article indeed, i have a specific problem&#8230;</p>

<p>I created a universal App in which my iPhone portion has tabbar controller as root and then navigationcontroller in side&#8230;</p>

<p>now, i want to use the same views for ipad version and i am thinking of it this way
use the splitview controller instead of tabbar controller when ipad, that is convert tabbar to splitview.. and navigation controller in detailview is working fine..</p>

<p>but the problem is with the splitview controller, i want that for each item in rootview of splitview controller there exist a view that should load in the detailview side.. stuck and confused, please help me out&#8230;.</p>

<p>otherwise let me know of any useful article which expains how should we port out tabbar iphone apps to ipad paradigm
thanx in advance</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1543</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Mon, 14 Feb 2011 12:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1543</guid>
		<description>&lt;p&gt;Hi,
I use a RootViewController that switches a login view to a view that uses a SplitViewController.
When the device is set in Portrait mode, the Popover button is not displayed.
Everything works well in landscape mode.&lt;/p&gt;

&lt;p&gt;When I use the view using the SplitViewController without the RootViewController, it works well.&lt;/p&gt;

&lt;p&gt;Any idea, how can I fix that?&lt;/p&gt;

&lt;p&gt;Thanks...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,
I use a RootViewController that switches a login view to a view that uses a SplitViewController.
When the device is set in Portrait mode, the Popover button is not displayed.
Everything works well in landscape mode.</p>

<p>When I use the view using the SplitViewController without the RootViewController, it works well.</p>

<p>Any idea, how can I fix that?</p>

<p>Thanks&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Korobov</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1533</link>
		<dc:creator>Maxim Korobov</dc:creator>
		<pubDate>Sun, 23 Jan 2011 15:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1533</guid>
		<description>&lt;p&gt;Oh, that&#039;s OK!
I found that I use variable &quot;navigationController&quot; in detailview.h and .m.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh, that&#8217;s OK!
I found that I use variable &#8220;navigationController&#8221; in detailview.h and .m.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Korobov</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1532</link>
		<dc:creator>Maxim Korobov</dc:creator>
		<pubDate>Sun, 23 Jan 2011 14:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1532</guid>
		<description>&lt;p&gt;I&#039;m foolin around with PushButton code and found that it works with this second line:
    UINavigationController * a = self.parentViewController;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m foolin around with PushButton code and found that it works with this second line:
    UINavigationController * a = self.parentViewController;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim Korobov</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1531</link>
		<dc:creator>Maxim Korobov</dc:creator>
		<pubDate>Sun, 23 Jan 2011 14:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1531</guid>
		<description>&lt;p&gt;The article consists all the steps? I tried several times to repeat the action in accordance with the article, but when I reached the test it detects a problem when call such code:
    NewViewController *controller = [[NewViewController alloc] init];
    UINavigationController *a = [self navigationController];
    [a pushViewController:controller animated:YES];
    [controller release], controller = nil;&lt;/p&gt;

&lt;p&gt;UINavigationController * a is null after second line. Do you know why?
I checked the delegates and other links in IB a few times.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The article consists all the steps? I tried several times to repeat the action in accordance with the article, but when I reached the test it detects a problem when call such code:
    NewViewController *controller = [[NewViewController alloc] init];
    UINavigationController *a = [self navigationController];
    [a pushViewController:controller animated:YES];
    [controller release], controller = nil;</p>

<p>UINavigationController * a is null after second line. Do you know why?
I checked the delegates and other links in IB a few times.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: leejo</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1447</link>
		<dc:creator>leejo</dc:creator>
		<pubDate>Sat, 28 Aug 2010 14:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1447</guid>
		<description>&lt;p&gt;The issue with putting the detail view controller in a nav controller is that the detail view&#039;s viewWillAppear, viewDidAppear, etc, functions are not called as they normally would be on a view controller.  The &#039;known&#039; ways around this 
http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/ 
do not seem to work in the case of a SplitViewController.  Any chance you can do a post around how to address the weakness of this architecture?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The issue with putting the detail view controller in a nav controller is that the detail view&#8217;s viewWillAppear, viewDidAppear, etc, functions are not called as they normally would be on a view controller.  The &#8216;known&#8217; ways around this 
<a href="http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/" rel="nofollow">http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/</a> 
do not seem to work in the case of a SplitViewController.  Any chance you can do a post around how to address the weakness of this architecture?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1414</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Sat, 31 Jul 2010 20:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1414</guid>
		<description>&lt;p&gt;@myoung&lt;/p&gt;

&lt;p&gt;We are two people here who actually see your comments and could attempt an answer, but I would suggest you go ask your question at Stack Overflow (http://stackoverflow.com/questions/tagged/iphone). Just make sure you give your question the &#039;iPhone&#039; tag and you will have many more people see your question who will be able to help you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@myoung</p>

<p>We are two people here who actually see your comments and could attempt an answer, but I would suggest you go ask your question at Stack Overflow (<a href="http://stackoverflow.com/questions/tagged/iphone" rel="nofollow">http://stackoverflow.com/questions/tagged/iphone</a>). Just make sure you give your question the &#8216;iPhone&#8217; tag and you will have many more people see your question who will be able to help you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: myoung</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1412</link>
		<dc:creator>myoung</dc:creator>
		<pubDate>Sat, 31 Jul 2010 19:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1412</guid>
		<description>&lt;p&gt;I&#039;m very new to iPad programming so please pardon what may be a dumb question. I like the idea of pushing a new view controller on the stack. Could this concept be extended to push a new root view controller as well. This pattern or sequence would seem to be best for deeply layered data, in particular, the commercial real estate app I would like to implement.&lt;/p&gt;

&lt;p&gt;I have a series of root view controllers each row of which would invoke different detail view controllers. I would be nice to have a nav button on the detail view controller that would take the user up the stack to the appropriate root view controller.&lt;/p&gt;

&lt;p&gt;In simple form it looks like this:&lt;/p&gt;

&lt;p&gt;First Root View Controller is a list of commercial properties
Each row of the First Root View Controller invokes a Property Detail View&lt;/p&gt;

&lt;p&gt;(but the is more detail about each commercial property, so I need more root view controllers that can be invoked by touching a button in the nav bar of the Property Detail View)&lt;/p&gt;

&lt;p&gt;Second Root View Controller contains rows of More Property Info such as a row for Tenants, a row for Revenues, a row for Expenses, etc.
Each row of the Second Root View Controller invokes an appropriate detail view: Tenants List Detail View, Revenues Detail View, Expenses Detail View, etc.&lt;/p&gt;

&lt;p&gt;(in some cases, like in Tenants List Detail View, there would have to be an entirely new Third Root View Controller)&lt;/p&gt;

&lt;p&gt;Okay, I&#039;ve already made this more complicated and lengthy than I should have, but I hope that it makes enough sense for you to reply, or more simply I could send you the PDF file with my mockups to make the problem more clear. Thanks in advance.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m very new to iPad programming so please pardon what may be a dumb question. I like the idea of pushing a new view controller on the stack. Could this concept be extended to push a new root view controller as well. This pattern or sequence would seem to be best for deeply layered data, in particular, the commercial real estate app I would like to implement.</p>

<p>I have a series of root view controllers each row of which would invoke different detail view controllers. I would be nice to have a nav button on the detail view controller that would take the user up the stack to the appropriate root view controller.</p>

<p>In simple form it looks like this:</p>

<p>First Root View Controller is a list of commercial properties
Each row of the First Root View Controller invokes a Property Detail View</p>

<p>(but the is more detail about each commercial property, so I need more root view controllers that can be invoked by touching a button in the nav bar of the Property Detail View)</p>

<p>Second Root View Controller contains rows of More Property Info such as a row for Tenants, a row for Revenues, a row for Expenses, etc.
Each row of the Second Root View Controller invokes an appropriate detail view: Tenants List Detail View, Revenues Detail View, Expenses Detail View, etc.</p>

<p>(in some cases, like in Tenants List Detail View, there would have to be an entirely new Third Root View Controller)</p>

<p>Okay, I&#8217;ve already made this more complicated and lengthy than I should have, but I hope that it makes enough sense for you to reply, or more simply I could send you the PDF file with my mockups to make the problem more clear. Thanks in advance.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1408</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Mon, 26 Jul 2010 16:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1408</guid>
		<description>&lt;p&gt;@rennarda&lt;/p&gt;

&lt;p&gt;I&#039;m not sure what you mean exactly. In the sample app, if you drill down into a new view controller while in portrait, you have to tap the back button that shows up in the nav controller to get back to the list of items. Of course, you could pass the bar button item along to each view controller you push onto the navigation stack and just load it into the nav bar in each -viewDidLoad. In that case, though, you also need to set each subsequent view controller as the delegate for the split view controller or you won&#039;t receive the split view controller delegate callbacks and be able to respond properly.&lt;/p&gt;

&lt;p&gt;-Matt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@rennarda</p>

<p>I&#8217;m not sure what you mean exactly. In the sample app, if you drill down into a new view controller while in portrait, you have to tap the back button that shows up in the nav controller to get back to the list of items. Of course, you could pass the bar button item along to each view controller you push onto the navigation stack and just load it into the nav bar in each -viewDidLoad. In that case, though, you also need to set each subsequent view controller as the delegate for the split view controller or you won&#8217;t receive the split view controller delegate callbacks and be able to respond properly.</p>

<p>-Matt</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rennarda</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1407</link>
		<dc:creator>rennarda</dc:creator>
		<pubDate>Mon, 26 Jul 2010 15:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1407</guid>
		<description>&lt;p&gt;There is a major problem with this implementation though: if you navigate into detail views of the right-hand navigation view controller whilst in portrait mode, you will not be able to navigate back again without rotating the device back to landscape mode ! I&#039;m interested in solutions to this problem, but I think they are all going to be unconventional - the user expects (and convention dictates) the presence of a button in the top-left that will display a popup with the master view controller&#039;s contents.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>There is a major problem with this implementation though: if you navigate into detail views of the right-hand navigation view controller whilst in portrait mode, you will not be able to navigate back again without rotating the device back to landscape mode ! I&#8217;m interested in solutions to this problem, but I think they are all going to be unconventional &#8211; the user expects (and convention dictates) the presence of a button in the top-left that will display a popup with the master view controller&#8217;s contents.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jassionly4u</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1401</link>
		<dc:creator>jassionly4u</dc:creator>
		<pubDate>Wed, 14 Jul 2010 15:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1401</guid>
		<description>&lt;p&gt;How to implement SplitViewController on second level.&lt;/p&gt;

&lt;p&gt;Actually what i want is to launch app with a login page and after login. I need SplitViewController.&lt;/p&gt;

&lt;p&gt;Please help...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How to implement SplitViewController on second level.</p>

<p>Actually what i want is to launch app with a login page and after login. I need SplitViewController.</p>

<p>Please help&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Leddo</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1395</link>
		<dc:creator>Leddo</dc:creator>
		<pubDate>Wed, 07 Jul 2010 20:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1395</guid>
		<description>&lt;p&gt;Thanks for the post, it was very useful.  One thing I have noticed, is that when in portrait mode, and have the new view pushed on the stack, the popover button has been replaced with the back navigation button.&lt;/p&gt;

&lt;p&gt;What&#039;s the best way to show both the popover button, and also the back button?&lt;/p&gt;

&lt;p&gt;Chris&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the post, it was very useful.  One thing I have noticed, is that when in portrait mode, and have the new view pushed on the stack, the popover button has been replaced with the back navigation button.</p>

<p>What&#8217;s the best way to show both the popover button, and also the back button?</p>

<p>Chris</p>]]></content:encoded>
	</item>
	<item>
		<title>By: iPad Programming Roundup at Under The Bridge</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1384</link>
		<dc:creator>iPad Programming Roundup at Under The Bridge</dc:creator>
		<pubDate>Fri, 25 Jun 2010 00:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1384</guid>
		<description>&lt;p&gt;[...] Fixing the UISplitViewController Template [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Fixing the UISplitViewController Template [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1366</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Mon, 07 Jun 2010 04:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1366</guid>
		<description>&lt;p&gt;Thanks for the feedback. I&#039;ve fixed the post.&lt;/p&gt;

&lt;p&gt;-Matt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback. I&#8217;ve fixed the post.</p>

<p>-Matt</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nwhitehead</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1365</link>
		<dc:creator>nwhitehead</dc:creator>
		<pubDate>Mon, 07 Jun 2010 03:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1365</guid>
		<description>&lt;p&gt;Thanks for posting this.  When I started using &quot;Split view-based application&quot; I was pretty confused about how you go about extending the functionality.  This tutorial helped me get started on the right path.&lt;/p&gt;

&lt;p&gt;Also, philippec is right about setting the RootViewController&#039;s detailViewController outlet.  Without that comment I would have been scratching my head for a while!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for posting this.  When I started using &#8220;Split view-based application&#8221; I was pretty confused about how you go about extending the functionality.  This tutorial helped me get started on the right path.</p>

<p>Also, philippec is right about setting the RootViewController&#8217;s detailViewController outlet.  Without that comment I would have been scratching my head for a while!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: philippec</title>
		<link>http://www.cimgf.com/2010/05/24/fixing-the-uisplitviewcontroller-template/comment-page-1/#comment-1358</link>
		<dc:creator>philippec</dc:creator>
		<pubDate>Mon, 31 May 2010 02:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=1019#comment-1358</guid>
		<description>&lt;p&gt;Pardon my newbishness, but to get the &lt;code&gt;detailViewController&lt;/code&gt; to update properly, I had to set the RootViewController&#039;s &lt;code&gt;detailViewController&lt;/code&gt; outlet to the DetailViewController, not the application delegate&#039;s.&lt;/p&gt;

&lt;p&gt;Also, there&#039;s a typo: &quot;NewViewContrller.h&quot;...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Pardon my newbishness, but to get the <code>detailViewController</code> to update properly, I had to set the RootViewController&#8217;s <code>detailViewController</code> outlet to the DetailViewController, not the application delegate&#8217;s.</p>

<p>Also, there&#8217;s a typo: &#8220;NewViewContrller.h&#8221;&#8230;</p>]]></content:encoded>
	</item>
</channel>
</rss>

