Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的第一个视图-A 中隐藏了导航栏,并希望在其他视图-B 上显示它。但是当我从视图-B 回到视图-A 时,我在视图-B 上获得了一些空白区域,然后才进入视图-A。
我怎样才能停止获得那个空白?
稍后在 view-B 消失后隐藏导航栏。您可以使用setNavigationBarHidden:animated:视图-A 的viewDidAppear方法。
setNavigationBarHidden:animated:
viewDidAppear