Skip to content

Commit 2e33d63

Browse files
authored
fix:ios allowedPhotograph option
1 parent 7f7c592 commit 2e33d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/MultipleImagePicker.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class MultipleImagePicker: NSObject, TLPhotosPickerViewControllerDelegate,UINavi
111111

112112
MultipleImagePickerConfigure.nibSet = (nibName: "Cell", bundle: MultipleImagePickerBundle.bundle())
113113

114-
// configure.allowedPhotograph = self.options["allowedPhotograph"]
114+
MultipleImagePickerConfigure.allowedPhotograph = self.options["allowedPhotograph"] as! Bool;
115115
// configure.preventAutomaticLimitedAccessAlert = self.options["preventAutomaticLimitedAccessAlert"]
116116

117117
if((options["selectedAssets"]) != nil){

0 commit comments

Comments
 (0)