how to recognize label click on custom UITableViewCell - Swift 3
问题 I have a custom UITableViewCell on which I have a Label , which needs to be made clickable depending on a certain condition. So I have added a TapGestureRecognizer on it. I have used protocols and delegates for the same. I want to pass a parameter along with performing a segue on click of this UILabel . I am able to perform this segue but cannot detect which cell's label was it. I am new to this and have been stuck for a few hours. Any help would be appreciated. Please also tell me if there