Frequent bug in UI (tabbar pushed from navigation)?

In your code use bounds property instead of application frame . In my it worked hope to work in case too.......:).

2. If you hiding status bar and then navigation bar then at the time of showing do opposite means show navigation bar first then status bar – pawan. Mangal Dec 20 '10 at 11:22.

This sounds like it might be related to a known NIB/XIB file bug (for more information see: forums.bignerdranch.com/viewtopic.php?f=...) As the linked forum topic suggests, for a workaround simply use the following: - (void)viewDidLoad { super viewDidLoad; CGRect appFrame = UIScreen mainScreen applicationFrame; self view setFrame:appFrame; }.

Didn't work ... yet. Anyway I'm only getting this when I push a tabbar from a navcontroller (happened in 3 app's till now). – ctn Dec 20 '10 at 13:20.

Thank you for your answers. I did it somehow, playing with the tabbar's frame a bit. Self.

TabBarController. View setFrame:CGRectMake(0, 0, 320, 460); self. View addSubview:tabBarController.

View; self. View bringSubviewToFront:tabBarController. View; I remember trying this a while ago and not working.

Now it did. Also, medling with bounds helped a bit.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions