Commit 3bd2dcd1 authored by yuzheng's avatar yuzheng

避免生成多个bottomToolBar

parent e9eada54
...@@ -228,6 +228,7 @@ static CGFloat itemMargin = 5; ...@@ -228,6 +228,7 @@ static CGFloat itemMargin = 5;
} }
- (void)configBottomToolBar { - (void)configBottomToolBar {
if (_bottomToolBar) return;
TZImagePickerController *tzImagePickerVc = (TZImagePickerController *)self.navigationController; TZImagePickerController *tzImagePickerVc = (TZImagePickerController *)self.navigationController;
if (!tzImagePickerVc.showSelectBtn) return; if (!tzImagePickerVc.showSelectBtn) return;
......
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