Commit 5acab807 authored by banchichen's avatar banchichen

去除约束

parent a4ab2318
No preview for this file type
...@@ -183,6 +183,7 @@ ...@@ -183,6 +183,7 @@
- (IBAction)allowPickingImageSwitchClick:(UISwitch *)sender { - (IBAction)allowPickingImageSwitchClick:(UISwitch *)sender {
if (!sender.isOn) { if (!sender.isOn) {
[_allowPickingOriginalPhotoSwitch setOn:NO animated:YES]; [_allowPickingOriginalPhotoSwitch setOn:NO animated:YES];
[_showTakePhotoBtnSwitch setOn:NO animated:YES];
} }
} }
......
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