When returning, the ios screen is black in the upper right corner of the navigation

-(void)viewWillDisappear:(BOOL)animated

{

    [super viewWillDisappear:YES];

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

}

Just set the animation to  animated : YES ];


Guess you like

Origin blog.csdn.net/ximiaoweilai/article/details/77982455