Hey!
I am trying to find either a framework or make one myself that can do this:
When you slide/swipe across a UITableViewCell, another cell gets displayed (with options such as Share on Twitter, Facebook, email etc). The Twitter-app has got this, and I was wondering if there was an open framework for it.
If not, where do you recommend I start to make this on my own?
Thanks.
To detect a swipe, use Apple's UISwipeGestureRecognizer
.