views:

359

answers:

1

Hi, I want to change the height of Tabbar.

the code is :

    rootController.tabBar.frame= CGRectMake(0,450,320,30);

rootController is TabBarController Object.

here I am getting the space between my view & tabbar after resizing the tabbar.

then Its of no use to resize it. How to resize it properly so that space between myview & tabbar can be eliminated ?

|--------------------|
|
|
|
|
|
|........................|here between view & my tabbar space remains
|........................|
| view1 | view2 |
|--------------------|

Is there any solution? Thanks in advance ...

+3  A: 

I'm pretty sure the tabbar isn't designed to be resized. Apple want a consistent size and look with these kinds of things.

Mike Weller