Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Dec 9, 2020
1 parent cb86a53 commit 4cfb7e3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@ And when you call any delegate method that returns images, add in the first line
let images = imageAssets
```

## FAQ

### Limiting selection to 1 item

```swift
let config = Configuration()
config.allowMultiplePhotoSelection = false
let imagePicker = ImagePickerController(configuration: config)
imagePicker.delegate = self
```

## Installation

**ImagePicker** is available through [CocoaPods](http://cocoapods.org). To install
Expand Down

0 comments on commit 4cfb7e3

Please sign in to comment.