<?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 &#8211; Core Data and UITableView. A drill-down application</title>
	<atom:link href="http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/</link>
	<description>Code, Code, Revolution!</description>
	<lastBuildDate>Sat, 17 Dec 2011 11:50:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Abhilash Reddy</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-49497</link>
		<dc:creator>Abhilash Reddy</dc:creator>
		<pubDate>Sat, 17 Dec 2011 11:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-49497</guid>
		<description>thanks for the post it really good.but i want to implement in the xcode 4.2...could u help me how to do in that</description>
		<content:encoded><![CDATA[<p>thanks for the post it really good.but i want to implement in the xcode 4.2&#8230;could u help me how to do in that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorial: Storyboard app with Core Data &#124; MaybeLost.com</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-47787</link>
		<dc:creator>Tutorial: Storyboard app with Core Data &#124; MaybeLost.com</dc:creator>
		<pubDate>Thu, 08 Dec 2011 15:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-47787</guid>
		<description>[...] may have read about the Core Data Helper class which I sometimes use. It was originally written by Bjorn Sallarp and I’ve modified it over time to add some bits and pieces. We will be using the helper to [...]</description>
		<content:encoded><![CDATA[<p>[...] may have read about the Core Data Helper class which I sometimes use. It was originally written by Bjorn Sallarp and I’ve modified it over time to add some bits and pieces. We will be using the helper to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syth DiVaio</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-45509</link>
		<dc:creator>Syth DiVaio</dc:creator>
		<pubDate>Sun, 27 Nov 2011 12:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-45509</guid>
		<description>I&#039;m trying to implement this sample code in a tabBar Application but none of my attempts are successful. Can this be implemented in a tabBar App? Delegation is my concern as I know the architecture of tabBarController differs from the NavigationController.

Any kind guidance from you sir would be hugely appreciated!</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to implement this sample code in a tabBar Application but none of my attempts are successful. Can this be implemented in a tabBar App? Delegation is my concern as I know the architecture of tabBarController differs from the NavigationController.</p>
<p>Any kind guidance from you sir would be hugely appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Calleja Urry</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-44469</link>
		<dc:creator>Chris Calleja Urry</dc:creator>
		<pubDate>Mon, 21 Nov 2011 20:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-44469</guid>
		<description>Good afternoon , 

i have a slight problem with the retrieval of the xml file , im downloading the file at runtime and saving it in the documents directory , but i have no idea how to apply your code to facilitate for the retreval of this file ... thanks for all the help in advance 


NSURL *xmlURL = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@&quot;data&quot; ofType:@&quot;xml&quot;]];


-Chris</description>
		<content:encoded><![CDATA[<p>Good afternoon , </p>
<p>i have a slight problem with the retrieval of the xml file , im downloading the file at runtime and saving it in the documents directory , but i have no idea how to apply your code to facilitate for the retreval of this file &#8230; thanks for all the help in advance </p>
<p>NSURL *xmlURL = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@&#8221;data&#8221; ofType:@&#8221;xml&#8221;]];</p>
<p>-Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cesar</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-42472</link>
		<dc:creator>cesar</dc:creator>
		<pubDate>Fri, 11 Nov 2011 16:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-42472</guid>
		<description>excellent post, but I have a question how I can do to get a hearing before a button that takes me to TableView I hope you can help me</description>
		<content:encoded><![CDATA[<p>excellent post, but I have a question how I can do to get a hearing before a button that takes me to TableView I hope you can help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-38074</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Wed, 12 Oct 2011 11:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-38074</guid>
		<description>Thanks for this greate post.</description>
		<content:encoded><![CDATA[<p>Thanks for this greate post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyName</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-37437</link>
		<dc:creator>MyName</dc:creator>
		<pubDate>Fri, 07 Oct 2011 02:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-37437</guid>
		<description>TOO bad man .... please recheck your code its not working any more. it just loads the first view (countries) but nothing appears if any country is selected. :(</description>
		<content:encoded><![CDATA[<p>TOO bad man &#8230;. please recheck your code its not working any more. it just loads the first view (countries) but nothing appears if any country is selected. <img src='http://blog.sallarp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Snyder</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-36765</link>
		<dc:creator>Scott Snyder</dc:creator>
		<pubDate>Sat, 01 Oct 2011 20:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-36765</guid>
		<description>Hi Bjorn,

I&#039;ve attempted to recreate your project with my own data model however, I can&#039;t see to get the CoreDataGeneratedAccessors to be generated like your &quot;addCountyToProvinceObject&quot;.

Thanks,

Scott</description>
		<content:encoded><![CDATA[<p>Hi Bjorn,</p>
<p>I&#8217;ve attempted to recreate your project with my own data model however, I can&#8217;t see to get the CoreDataGeneratedAccessors to be generated like your &#8220;addCountyToProvinceObject&#8221;.</p>
<p>Thanks,</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xhino</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-36443</link>
		<dc:creator>xhino</dc:creator>
		<pubDate>Wed, 28 Sep 2011 19:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-36443</guid>
		<description>Hi Björn...

Beautiful piece of code, i&#039;ve been playing with it, actually i have it in a modal view, so the table remakes the process everytime that the model appears and it got a weird kinda issue, it duplicate the country in the table view.

i&#039;ll apreciate any kind of advice...

thanks
Xhino</description>
		<content:encoded><![CDATA[<p>Hi Björn&#8230;</p>
<p>Beautiful piece of code, i&#8217;ve been playing with it, actually i have it in a modal view, so the table remakes the process everytime that the model appears and it got a weird kinda issue, it duplicate the country in the table view.</p>
<p>i&#8217;ll apreciate any kind of advice&#8230;</p>
<p>thanks<br />
Xhino</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://blog.sallarp.com/iphone-core-data-uitableview-drill-down/comment-page-3/#comment-36181</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 25 Sep 2011 20:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=620#comment-36181</guid>
		<description>Have you been able to do a Drill Down Table View without re-using the rootviewcontroller?  I want to create multiple table views with different fetch results controllers.  So it would be similar to your app but instead of using the core data helpers it would perform the fetches in their own implementation file.</description>
		<content:encoded><![CDATA[<p>Have you been able to do a Drill Down Table View without re-using the rootviewcontroller?  I want to create multiple table views with different fetch results controllers.  So it would be similar to your app but instead of using the core data helpers it would perform the fetches in their own implementation file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 1/19 queries in 0.214 seconds using disk
Object Caching 378/397 objects using disk

Served from: blog.sallarp.com @ 2012-02-05 04:00:04 -->
