Chciałbym, aby UILabel był klikalny. Próbowałem tego, ale to nie działa: class DetailViewController: UIViewController { @IBOutlet weak var tripDetails: UILabel! override func viewDidLoad() { super.viewDidLoad() ... let tap = UITapGestureRecognizer(target: self, action:...