Skip to content

Commit cb86a53

Browse files
authored
Merge pull request hyperoslo#472 from Vinzius/patch-1
[fix] demo project
2 parents ecee6e2 + 59261d9 commit cb86a53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Demo/ImagePickerDemo/ImagePickerDemo/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ViewController: UIViewController, ImagePickerDelegate {
3535
}
3636

3737
@objc func buttonTouched(button: UIButton) {
38-
let config = Configuration()
38+
let config = ImagePickerConfiguration()
3939
config.doneButtonTitle = "Finish"
4040
config.noImagesTitle = "Sorry! There are no images here!"
4141
config.recordLocation = false

0 commit comments

Comments
 (0)