Skip to content

Commit

Permalink
Merge pull request #472 from Vinzius/patch-1
Browse files Browse the repository at this point in the history
[fix] demo project
  • Loading branch information
3lvis committed Nov 18, 2020
2 parents ecee6e2 + 59261d9 commit cb86a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/ImagePickerDemo/ImagePickerDemo/ViewController.swift
Expand Up @@ -35,7 +35,7 @@ class ViewController: UIViewController, ImagePickerDelegate {
}

@objc func buttonTouched(button: UIButton) {
let config = Configuration()
let config = ImagePickerConfiguration()
config.doneButtonTitle = "Finish"
config.noImagesTitle = "Sorry! There are no images here!"
config.recordLocation = false
Expand Down

0 comments on commit cb86a53

Please sign in to comment.