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 ...