We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e7b81 commit 319b33dCopy full SHA for 319b33d
1 file changed
Demo/ImagePickerDemo/ImagePickerDemo/ViewController.swift
@@ -35,7 +35,7 @@ class ViewController: UIViewController, ImagePickerDelegate {
35
return button
36
}
37
38
- func buttonTouched(button: UIButton) {
+ @objc func buttonTouched(button: UIButton) {
39
var config = Configuration()
40
config.doneButtonTitle = "Finish"
41
config.noImagesTitle = "Sorry! There are no images here!"
0 commit comments