From another view controller, I need to block the interaction of table view cells, but still allowing the scroll property.
I used:
table.userInteractionEnabled = NO;
table.scrollEnabled = YES
but userInteractionEnabled disables all operations, including the scroll.
Is there any way to do that from table properties?
From the attribute inspector
Selection

Programmatically :-
cell.selectionStyle = UITableViewCellSelectionStyle.None // In CellforRowAtIndexPath
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With