diff --git a/src/ios/SOSPicker.m b/src/ios/SOSPicker.m index 504622c..912345e 100644 --- a/src/ios/SOSPicker.m +++ b/src/ios/SOSPicker.m @@ -29,6 +29,7 @@ typedef enum : NSUInteger { self.width = [[options objectForKey:@"width"] integerValue]; self.height = [[options objectForKey:@"height"] integerValue]; self.quality = [[options objectForKey:@"quality"] integerValue]; + self.outputType = [[options objectForKey:@"outputType"] integerValue]; // Create the an album controller and image picker ELCAlbumPickerController *albumController = [[ELCAlbumPickerController alloc] init];