This UITableView subclass provides some great gesture-based functions to ordinary UITableView, similar to Clear's or Mailbox's.
Check out the example app. You'll see it's not hard at all to implement this powerful control.
- Cell titles edition just by tapping on them.
- Cell automatic autoresizing as user types text.
- A left and right margin can be set to let the user swipe between different table views.
- Let the user slide cells to perform different actions.
- And many more to come :)
- Instead of implementing
UITableViewDelegate
, you must implementPDGesturedTableViewSecondaryDelegate
. If you don't do that, it won't work properly.
- Be able to move cells with a long press and pan gesture.
- Extract the text views editing part and implement it as a complement.
You can use it for whatever you want, however you want. I just would love to know if you're using it in any project of yours.