zacwest / ZSWTappableLabel

UILabel subclass for links which are tappable, long-pressable, 3D Touchable, and VoiceOverable.
MIT License
169 stars 37 forks source link

there is support to implement the tappableLabel in uitableviewcell #32

Closed luisrodrigo closed 5 years ago

luisrodrigo commented 6 years ago

How can I implement a tappableLabel inside a uitableviewcell? Inside uitableviewcel always enable the didselectrow.

kmaschke85 commented 5 years ago

@luisrodrigo Simply implement method tableView:willSelectRowAtIndexPath:of UITableViewDelegateand return nil. With that the UITableViewCellwon't be selected.