Commit 24753b8d authored by yuzheng.tz's avatar yuzheng.tz

裁剪模式下,配置cropView后把naviBar和toolBar提到最上层

parent 6cd77e2a
......@@ -207,6 +207,9 @@
if (_tzImagePickerVc.cropViewSettingBlock) {
_tzImagePickerVc.cropViewSettingBlock(_cropView);
}
[self.view bringSubviewToFront:_naviBar];
[self.view bringSubviewToFront:_toolBar];
}
}
......
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