mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-05 00:00:01 +08:00
set outputType from passed in options
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user