Skip to content

Commit

Permalink
Add image selection limiting to the README
Browse files Browse the repository at this point in the history
This PR fixed #86.
  • Loading branch information
zenangst committed Jan 15, 2016
1 parent 5326913 commit 4eb6f88
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 how many images that he/she wants.

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

### Optional bonus

##### Configuration
Expand Down

0 comments on commit 4eb6f88

Please sign in to comment.