<?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: viewWillAppear: not being called inside a UINavigationController</title>
	<atom:link href="http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 19 May 2012 13:03:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Submit Article</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-233319</link>
		<dc:creator>Submit Article</dc:creator>
		<pubDate>Mon, 21 May 2012 21:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-233319</guid>
		<description>&lt;p&gt;Incredible quest there. What happened after? Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Incredible quest there. What happened after? Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: telecom expense management</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-179750</link>
		<dc:creator>telecom expense management</dc:creator>
		<pubDate>Mon, 21 May 2012 15:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-179750</guid>
		<description>&lt;p&gt;Great – I should certainly pronounce, impressed with your website. I had no trouble navigating through all tabs as well as related info ended up being truly simple to do to access. I recently found what I hoped for before you know it in the least. Reasonably unusual. Is likely to appreciate it for those who add forums or something, web site theme . a tones way for your customer to communicate. Nice task.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great – I should certainly pronounce, impressed with your website. I had no trouble navigating through all tabs as well as related info ended up being truly simple to do to access. I recently found what I hoped for before you know it in the least. Reasonably unusual. Is likely to appreciate it for those who add forums or something, web site theme . a tones way for your customer to communicate. Nice task.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kjfksdhfjHH</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-144820</link>
		<dc:creator>kjfksdhfjHH</dc:creator>
		<pubDate>Mon, 21 May 2012 13:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-144820</guid>
		<description>&lt;p&gt;เพาะกาย&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>เพาะกาย</p>]]></content:encoded>
	</item>
	<item>
		<title>By: News</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-80365</link>
		<dc:creator>News</dc:creator>
		<pubDate>Mon, 21 May 2012 18:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-80365</guid>
		<description>&lt;p&gt;Quick news on News is just here.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Quick news on News is just here.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: HoaNV</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-61229</link>
		<dc:creator>HoaNV</dc:creator>
		<pubDate>Mon, 21 May 2012 05:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-61229</guid>
		<description>&lt;p&gt;hi All!
 You can trie that&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;(void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
UINavigationController *navController =[self.tabBarController.viewControllers objectAtIndex:appDelegate.indexOfTab];
[navController viewWillAppear:animated];
NSLog(@&quot;viewWillAppear:(BOOL)animated&quot;);
}&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;-(void)viewDidAppear:(BOOL)animated { 
    [super viewDidAppear:animated];
    UINavigationController *navController =[self.tabBarController.viewControllers objectAtIndex:appDelegate.indexOfTab];
    [navController viewDidAppear:animated];
    //[self.navigationController viewDidAppear:animated];
    NSLog(@&quot;viewDidAppear:(BOOL)animated&quot;);
}
-(void)viewDidDisappear:(BOOL)animated { 
    [super viewDidDisappear:animated];
    [self.navigationController viewDidDisappear:animated];
    NSLog(@&quot;viewDidDisappear:(BOOL)animated&quot;);
}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi All!
 You can trie that</p>

<ul>
<li>(void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];
UINavigationController *navController =[self.tabBarController.viewControllers objectAtIndex:appDelegate.indexOfTab];
[navController viewWillAppear:animated];
NSLog(@&#8221;viewWillAppear:(BOOL)animated&#8221;);
}</li>
</ul>

<p>-(void)viewDidAppear:(BOOL)animated { 
    [super viewDidAppear:animated];
    UINavigationController *navController =[self.tabBarController.viewControllers objectAtIndex:appDelegate.indexOfTab];
    [navController viewDidAppear:animated];
    //[self.navigationController viewDidAppear:animated];
    NSLog(@&#8221;viewDidAppear:(BOOL)animated&#8221;);
}
-(void)viewDidDisappear:(BOOL)animated { 
    [super viewDidDisappear:animated];
    [self.navigationController viewDidDisappear:animated];
    NSLog(@&#8221;viewDidDisappear:(BOOL)animated&#8221;);
}</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Papa</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-56021</link>
		<dc:creator>Marco Papa</dc:creator>
		<pubDate>Mon, 21 May 2012 21:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-56021</guid>
		<description>&lt;p&gt;After trying all the various solutions described here, with various degree of success, I found a 1-LINE-SOLUTION in another thread online:&lt;/p&gt;

&lt;p&gt;[parentViewController.view addSubview:[subViewController view]];
[subViewController viewWillAppear:NO];  // &lt;-- ONE LINE fix&lt;/p&gt;

&lt;p&gt;That&#039;s it. After I added that line, all the viewWillAppear, viewWillDisappear, viewDidAppear and viewDidDisappear get propagated through navigation, tabBar and children views.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>After trying all the various solutions described here, with various degree of success, I found a 1-LINE-SOLUTION in another thread online:</p>

<p>[parentViewController.view addSubview:[subViewController view]];
[subViewController viewWillAppear:NO];  // &lt;&#8211; ONE LINE fix</p>

<p>That&#8217;s it. After I added that line, all the viewWillAppear, viewWillDisappear, viewDidAppear and viewDidDisappear get propagated through navigation, tabBar and children views.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Judson Kallal</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-53949</link>
		<dc:creator>Judson Kallal</dc:creator>
		<pubDate>Mon, 21 May 2012 06:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-53949</guid>
		<description>&lt;p&gt;We are a group of volunteers and starting a new scheme in our community. Your site offered us with valuable info to work on. You have done a formidable job and our whole community will be grateful to you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>We are a group of volunteers and starting a new scheme in our community. Your site offered us with valuable info to work on. You have done a formidable job and our whole community will be grateful to you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: A few quick iOS tips</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-47600</link>
		<dc:creator>A few quick iOS tips</dc:creator>
		<pubDate>Mon, 21 May 2012 02:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-47600</guid>
		<description>&lt;p&gt;[...] &#8212; it turns out that it wasn&#8217;t being called at all. A quick net search turned this up &#8212; basically viewWillAppear: doesn&#8217;t get automatically called (likewise for the over [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] &#8212; it turns out that it wasn&#8217;t being called at all. A quick net search turned this up &#8212; basically viewWillAppear: doesn&#8217;t get automatically called (likewise for the over [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: drine</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-41565</link>
		<dc:creator>drine</dc:creator>
		<pubDate>Mon, 21 May 2012 17:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-41565</guid>
		<description>&lt;p&gt;I already had read something like that but totally forgot it !
So thank you very much, helps a lot !&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I already had read something like that but totally forgot it !
So thank you very much, helps a lot !</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chinmay</title>
		<link>http://davidebenini.it/2009/01/03/viewwillappear-not-being-called-inside-a-uinavigationcontroller/comment-page-1/#comment-39138</link>
		<dc:creator>Chinmay</dc:creator>
		<pubDate>Mon, 21 May 2012 08:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://davidebenini.it/?p=225#comment-39138</guid>
		<description>&lt;p&gt;Your headache saved me a lot of mine!&lt;/p&gt;

&lt;p&gt;Thanks a lot! you rock!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your headache saved me a lot of mine!</p>

<p>Thanks a lot! you rock!</p>]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
