<?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: Custom action on Back Button UINavigationController</title>
	<atom:link href="http://www.hanspinckaers.com/custom-action-on-back-button-uinavigationcontroller/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hanspinckaers.com/custom-action-on-back-button-uinavigationcontroller</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 19 Jul 2010 05:28:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Hans Pinckaers</title>
		<link>http://www.hanspinckaers.com/custom-action-on-back-button-uinavigationcontroller/comment-page-1#comment-81</link>
		<dc:creator>Hans Pinckaers</dc:creator>
		<pubDate>Mon, 24 May 2010 12:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=160#comment-81</guid>
		<description>Yes, I will rewrite the article when I have time, providing the example.</description>
		<content:encoded><![CDATA[<p>Yes, I will rewrite the article when I have time, providing the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://www.hanspinckaers.com/custom-action-on-back-button-uinavigationcontroller/comment-page-1#comment-80</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Mon, 24 May 2010 12:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=160#comment-80</guid>
		<description>Could you provide an example of that ?</description>
		<content:encoded><![CDATA[<p>Could you provide an example of that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Pinckaers</title>
		<link>http://www.hanspinckaers.com/custom-action-on-back-button-uinavigationcontroller/comment-page-1#comment-79</link>
		<dc:creator>Hans Pinckaers</dc:creator>
		<pubDate>Mon, 24 May 2010 12:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=160#comment-79</guid>
		<description>You could create a delegate method like &quot;-(BOOL)navigationController:shouldPopViewController:&quot;. Make your window the delegate. Return NO to that method. Display an UIAlertView and then pop again and return YES to that delegate method. </description>
		<content:encoded><![CDATA[<p>You could create a delegate method like &#8220;-(BOOL)navigationController:shouldPopViewController:&#8221;. Make your window the delegate. Return NO to that method. Display an UIAlertView and then pop again and return YES to that delegate method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://www.hanspinckaers.com/custom-action-on-back-button-uinavigationcontroller/comment-page-1#comment-78</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Mon, 24 May 2010 12:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=160#comment-78</guid>
		<description>Ah got it working with the IB as mentioned above.

However, I&#039;d like to ask the user if there sure they want to quit.
Don&#039;t know how to do that. I tried commenting out the code within the IF block, but it keeps my current controller and shows the main controller title.

What should I do here ?
</description>
		<content:encoded><![CDATA[<p>Ah got it working with the IB as mentioned above.</p>
<p>However, I&#8217;d like to ask the user if there sure they want to quit.<br />
Don&#8217;t know how to do that. I tried commenting out the code within the IF block, but it keeps my current controller and shows the main controller title.</p>
<p>What should I do here ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Pinckaers</title>
		<link>http://www.hanspinckaers.com/custom-action-on-back-button-uinavigationcontroller/comment-page-1#comment-74</link>
		<dc:creator>Hans Pinckaers</dc:creator>
		<pubDate>Tue, 11 May 2010 15:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=160#comment-74</guid>
		<description>Isn&#039;t it possible to define your UINavigationController object in Interface Builder as a customNavigationController instance?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t it possible to define your UINavigationController object in Interface Builder as a customNavigationController instance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fe</title>
		<link>http://www.hanspinckaers.com/custom-action-on-back-button-uinavigationcontroller/comment-page-1#comment-73</link>
		<dc:creator>fe</dc:creator>
		<pubDate>Tue, 11 May 2010 14:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=160#comment-73</guid>
		<description>looks great, but I&#039;m using xib. mmm...</description>
		<content:encoded><![CDATA[<p>looks great, but I&#8217;m using xib. mmm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.hanspinckaers.com/custom-action-on-back-button-uinavigationcontroller/comment-page-1#comment-39</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 16 Dec 2009 01:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hanspinckaers.com/?p=160#comment-39</guid>
		<description>This code worked a treat. It&#039;s so simple and obvious.</description>
		<content:encoded><![CDATA[<p>This code worked a treat. It&#8217;s so simple and obvious.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
