Xcode – Adding A UIGestureRecognizer To A custom .xib View
I want to add a tab recognizer to a custom .xib file view in my ios swift app. Here's the code from the owner class of the .xib file: import UIKit class WordLabel: UILabel { @IBOutlet weak var wordLabel: UILabel!…