0
我已經創建了一個iphone應用程序。我已經使用了我的mainwindow.nib標籤欄控制器,並在Tabbar中設置了五個導航控制器。當我的應用程序開始時,然後打開首頁名稱(主頁)。我想隱藏tabbarController只有這個頁面。iPhone UItabbarcontroller隱藏問題
在此先感謝
我已經做了一些編碼。在委託文件上。
// Add the tab bar controller's current view as a subview of the window
[window addSubview:tabBarController.view];