Skip to content

Commit 319b33d

Browse files
committed
Specify @objc
1 parent 88e7b81 commit 319b33d

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
return button
3636
}
3737

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

0 commit comments

Comments
 (0)