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.
我有大小提示的导航栏。当推送到目标 segue 时,我在父导航栏中设置的图像将导航栏动画呈现为子导航栏的默认设置。如何停止此动画并保留子导航栏的大小和默认样式?
navigationBar在_
navigationBar
-(void) viewWillAppear:(BOOL)animated
要重置更改,您可以navigationBar在子视图viewWillAppear或根视图中返回默认设置
viewWillAppear
-(void) viewWillDisappear:(BOOL)animated
更好的选择取决于您需要什么。