designatednerd / DNSSwipeableTableCell

UITableViewCell subclass to add multiple buttons to a swipe-under menu like iOS 7 Mail.
MIT License
175 stars 24 forks source link

Feature Request: Sliding the opposite direction #7

Open designatednerd opened 10 years ago

designatednerd commented 10 years ago

In issue #4 there was a request for adding support for sliding the opposite direction. I'll have to look at how complicated this is, but I think it could be a good idea.

mergesort commented 10 years ago

Would love to see this if it's a possibility.

mergesort commented 9 years ago

@designatednerd I think I'm going go to try and tackle this for my own personal need. Will merge back in if I get it up and running.

mergesort commented 9 years ago

@designatednerd I did not handle this... Ended up too complicated for the functionality that I wanted, and went with another library in the end. :'(

mhaseebkhan commented 9 years ago

@mergesort: Which Library you used?

mergesort commented 9 years ago

@mhaseebkhan https://github.com/MortimerGoro/MGSwipeTableCell and https://github.com/CEWendel/SWTableViewCell are both good alternatives. I like the first one more, but am using both in two separate projects.