Skip to content

Commit 4cfb7e3

Browse files
authored
Update README.md
1 parent cb86a53 commit 4cfb7e3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,17 @@ And when you call any delegate method that returns images, add in the first line
6969
let images = imageAssets
7070
```
7171

72+
## FAQ
73+
74+
### Limiting selection to 1 item
75+
76+
```swift
77+
let config = Configuration()
78+
config.allowMultiplePhotoSelection = false
79+
let imagePicker = ImagePickerController(configuration: config)
80+
imagePicker.delegate = self
81+
```
82+
7283
## Installation
7384

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

0 commit comments

Comments
 (0)