CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.14k stars 1.27k forks source link

UILabel inside an SWTableViewCell not receiving touches #410

Closed genaks closed 7 years ago

genaks commented 7 years ago

I have a UILabel inside my table view cell which needs to perform certain actions when tapped on at certain keywords. Looks like the UILabel is not receiving the touch events. It appears to be working fine in the tables where I am not using the SWTableViewCell so I am forced to believe that something, perhaps the scroll view, is intercepting the touches and not forwarding it to it's subviews. Any help would be hugely helpful as I have been banging my head on this for hours now.