Skip to content

Commit

Permalink
Specify @objc
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Oct 4, 2017
1 parent 88e7b81 commit 319b33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/ImagePickerDemo/ImagePickerDemo/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ViewController: UIViewController, ImagePickerDelegate {
return button
}

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

0 comments on commit 319b33d

Please sign in to comment.