Closed ashfurrow closed 9 years ago
[FIXED] Currently broken; when cells become highlighted, the otherwise invisible "more" and "delete" text appears. Would welcome solutions here.
Hi there, I played with your cell recently and noticed that in case of subclassing the custom scroll view would't be able to forward the events to self.tableViewCell. I found a workaround by changing a bit the process but I'm not sure it's viable. Instead of forwarding events to a property, the scrollView forwards to its superview.
Cool! Can you send a pull request so I can take a look?
A couple of thoughts:
Going to close this so my open PR list is finally clean. The company no longer exists, so it's never likely to be merged anyhow.
Fixes selection on cells without the use of an overlay view.
Credit to Pero Matic for the solution.