2012-10-05 60 views
2

進出口試圖隱藏我的故事板視圖導航控制器頂吧,因爲我其實隱藏它編程,當Iloit在執行時間越來越reescaled隱藏的UINavigationController頂欄

這裏是一個形象,你可以更好地理解它: enter image description here

頂部欄它沒有出現在我的應用程序中,我也想將它隱藏在故事板中。 任何線索?

在此先感謝!

+0

可能複製http://stackoverflow.com/questions/8215533/storyboard-hiding-top-bar-of-navigation-controller-programmatically – alexandresoli

+1

不,他隱藏得編程了。他想隱藏在故事板中。 – rdurand

+0

就是這樣,我以編程方式隱藏它,但是我不想在故事板視圖中看到它(我已經搜索了很長時間,所以我不認爲它有任何重複)謝謝 – JonLOo

回答

7

選擇導航控制器,並進入設置在右邊欄:

enter image description here

在「導航的Controler」部分中,取消「顯示導航欄」,你是好去!

這裏是你會得到什麼:

enter image description here

+0

就是這樣!非常感謝 – JonLOo

+0

沒問題!很高興我幫了忙。 – rdurand

0

,也可以使用下面的代碼把它關掉我希望這會爲你工作!

[self.navigationController setNavigationBarHidden:YES animated:YES];