UITapGestureRecognizer unrecognized selector sent to instance
问题 I've searched for solutions to this problem but couldn't find anything that seems to address it in my case. I'm getting the above exception from a UITapGestureRecognizer. Here's the simplified code: import UIKit; class ViewController : UIViewController, UIScrollViewDelegate { @IBOutlet weak var scrollView:UIScrollView!; var imageView:UIImageView!; override func viewDidLoad() { super.viewDidLoad(); ... set up imageView/scrollView here ... let doubleTapRecognizer = UITapGestureRecognizer(target