We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecee6e2 commit 59261d9Copy full SHA for 59261d9
1 file changed
Demo/ImagePickerDemo/ImagePickerDemo/ViewController.swift
@@ -35,7 +35,7 @@ class ViewController: UIViewController, ImagePickerDelegate {
35
}
36
37
@objc func buttonTouched(button: UIButton) {
38
- let config = Configuration()
+ let config = ImagePickerConfiguration()
39
config.doneButtonTitle = "Finish"
40
config.noImagesTitle = "Sorry! There are no images here!"
41
config.recordLocation = false
0 commit comments