UITabBarController can work in other xib ?
I know how to use UITabBarController from MainWindow.xib, its working fine.
In different project,I used my UITabBarController from another xib .i.e Menupage.xib...Its working though, but can see only half of the TabBarController. I have changed the height of the other view which is linked with the tabbar to 411, but still cant c the full tabbar.
So, my question is, can we use or open UITabBarController from any other xib /nib or it best work only with mainwindow.xib.?
|