July 27, 2014UITapGestureRecognizer in SwiftI have a subclass of UIView that has a label: class PlayerView : UIView { @IBOutlet weak var playLabel: UILabel! } I want to attach a Tap Gesture to it: class PlayerView : UIView { @IBOutlet weak var playLabel: UILabel! }