Skip to content

Commit 8aa2037

Browse files
committed
fix typo
1 parent d8a7e24 commit 8aa2037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TZImagePickerController/ViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ - (void)pushTZImagePickerController {
355355
// 设置是否显示图片序号
356356
imagePickerVc.showSelectedIndex = self.showSelectedIndexSwitch.isOn;
357357

358-
// 设置拍照时是否需要定位,仅对选择器内部拍照有效,外部拍照的,请拷贝手动把pushImagePickerController里定位方法的调用删掉
358+
// 设置拍照时是否需要定位,仅对选择器内部拍照有效,外部拍照的,请拷贝demo时手动把pushImagePickerController里定位方法的调用删掉
359359
// imagePickerVc.allowCameraLocation = NO;
360360

361361
// 自定义gif播放方案

0 commit comments

Comments
 (0)