We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a7e24 commit 8aa2037Copy full SHA for 8aa2037
1 file changed
TZImagePickerController/ViewController.m
@@ -355,7 +355,7 @@ - (void)pushTZImagePickerController {
355
// 设置是否显示图片序号
356
imagePickerVc.showSelectedIndex = self.showSelectedIndexSwitch.isOn;
357
358
- // 设置拍照时是否需要定位,仅对选择器内部拍照有效,外部拍照的,请拷贝手动把pushImagePickerController里定位方法的调用删掉
+ // 设置拍照时是否需要定位,仅对选择器内部拍照有效,外部拍照的,请拷贝demo时手动把pushImagePickerController里定位方法的调用删掉
359
// imagePickerVc.allowCameraLocation = NO;
360
361
// 自定义gif播放方案
0 commit comments