Skip to content

Commit

Permalink
Merge pull request hyperoslo#90 from hyperoslo/zenangst-patch-1
Browse files Browse the repository at this point in the history
Add image selection limiting to the README
  • Loading branch information
RamonGilabert committed Jan 15, 2016
2 parents 5326913 + d494686 commit d91d428
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ func doneButtonDidPress(images: [UIImage])
func cancelButtonDidPress()
```

**ImagePicker** supports limiting the amount of images that can be selected, it defaults
to zero, which means that the user can select as many images as he/she wants.

```swift
let imagePickerController = ImagePickerController()
imagePickerController.imageLimit = 5
```

### Optional bonus

##### Configuration
Expand Down

0 comments on commit d91d428

Please sign in to comment.