Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
khanov committed Oct 13, 2014
1 parent 68669bb commit 3581c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ The image picker is created and displayed in a very similar manner to the `UIIma
ELCImagePickerController *elcPicker = [[ELCImagePickerController alloc] initImagePicker];
elcPicker.maximumImagesCount = 4; //Set the maximum number of images to select, defaults to 4
elcPicker.returnsOriginalImage = NO; //Only return the fullScreenImage, not the fullResolutionImage
elcPicker.returnImage = YES; //Return UIimage if YES. If NO, only return asset location information
elcPicker.returnsImage = YES; //Return UIimage if YES. If NO, only return asset location information
elcPicker.onOrder = YES; //For multiple image selection, display and return selected order of images
elcPicker.imagePickerDelegate = self;

Expand Down

0 comments on commit 3581c64

Please sign in to comment.