Unverified Commit dc91be85 authored by 谭真's avatar 谭真 Committed by GitHub

Merge pull request #1190 from ox-man/master

解决:#1188 导航栏高度会变小
parents 9ed9f22b 66964959
......@@ -86,11 +86,11 @@
- (void)viewWillDisappear:(BOOL)animated {
[super viewWillDisappear:animated];
[self.navigationController setNavigationBarHidden:NO animated:YES];
TZImagePickerController *tzImagePickerVc = (TZImagePickerController *)self.navigationController;
if (tzImagePickerVc.needShowStatusBar) {
[UIApplication sharedApplication].statusBarHidden = NO;
}
[self.navigationController setNavigationBarHidden:NO animated:YES];
[TZImageManager manager].shouldFixOrientation = NO;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment