TeehanLax / UITableViewCell-Swipe-for-Options

A reproduction of the iOS 7 Mail app's swipe-to-reveal options
http://www.teehanlax.com/blog/reproducing-the-ios-7-mail-apps-interface/
MIT License
615 stars 99 forks source link

[Work in Progress] Selectable Cells #5

Closed ashfurrow closed 9 years ago

ashfurrow commented 11 years ago

Fixes selection on cells without the use of an overlay view.

Credit to Pero Matic for the solution.

ashfurrow commented 11 years ago

[FIXED] Currently broken; when cells become highlighted, the otherwise invisible "more" and "delete" text appears. Would welcome solutions here. screen shot 2013-10-29 at 10 22 42 am

aout commented 10 years ago

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.

ashfurrow commented 10 years ago

Cool! Can you send a pull request so I can take a look?

davedelong commented 10 years ago

A couple of thoughts:

ashfurrow commented 9 years ago

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.