0
我有一個導航欄中定義的導航欄。 我想與該方法使用:iOS- instantiateViewControllerWithIdentifier與out導航條
instantiateViewControllerWithIdentifier
沒有的導航欄(只爲特定的屏幕,對於所有其餘的我想的導航欄)。
有人可以幫我嗎?
在此先感謝!
我有一個導航欄中定義的導航欄。 我想與該方法使用:iOS- instantiateViewControllerWithIdentifier與out導航條
instantiateViewControllerWithIdentifier
沒有的導航欄(只爲特定的屏幕,對於所有其餘的我想的導航欄)。
有人可以幫我嗎?
在此先感謝!
實例化的viewController通話
[controller.navigationController setNavigationBarHidden:YES animated:YES];
爲UINavigationController
類國家documentation後:
您可以隱藏和使用
navigationBarHidden
屬性或方法setNavigationBarHidden:animated:
顯示導航欄。