Skip to content

Commit 391f9dd

Browse files
authored
Merge pull request #85 from cd-butterfly/main
fix:ios allowedPhotograph option
2 parents 4614ad1 + 2e33d63 commit 391f9dd

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
@@ -112,7 +112,7 @@ class MultipleImagePicker: NSObject, TLPhotosPickerViewControllerDelegate,UINavi
112112

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

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

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

0 commit comments

Comments
 (0)