Commit 28c261b2 authored by iOSleep's avatar iOSleep Committed by GitHub

修复设置Translucent导致原图按钮错位

parent df53c5c6
......@@ -191,7 +191,7 @@ static CGSize AssetGridThumbnailSize;
if (!tzImagePickerVc.showSelectBtn) return;
CGFloat yOffset = 0;
if (self.navigationController.navigationBar.isTranslucent) {
if (!self.navigationController.navigationBar.isHidden) {
yOffset = self.view.tz_height - 50;
} else {
CGFloat navigationHeight = 44;
......
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