set outputType from passed in options

This commit is contained in:
Robert Abeyta
2015-05-18 13:34:02 -07:00
parent f15e0b65c0
commit 8bd64c7181
+1
View File
@@ -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];