Skip to content

Commit 3fb3f4a

Browse files
Updated README.
1 parent 9f7e710 commit 3fb3f4a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DNSSwipeableTableCell
44

55
![DNSSwipeableTableCell demo](swipeable.gif)
66

7-
This is an extension of a tutorial I've written for [RayWenderlich.com](http://www.raywenderlich.com) on how to create a swipeable UITableViewCell for iOS 7 without driving yourself completley insane with UIScrollViews. (Drive yourself insane with constraints instead!)
7+
This is an extension of [a tutorial I wrote](http://www.raywenderlich.com/62435/make-swipeable-table-view-cell-actions-without-going-nuts-scroll-views) for [RayWenderlich.com](http://www.raywenderlich.com) on how to create a swipeable UITableViewCell for iOS 7 without driving yourself completley insane with UIScrollViews. (Drive yourself insane with constraints instead!)
88

99
The crux of the problem is that while adding a delete button is super-easy, adding a delete button AND another button is a total nightmare because of the way the cells are constructed.
1010

@@ -22,10 +22,11 @@ I've refactored the code that was included in the tutorial, which is is more mea
2222
* Added a bunch of photos of my cat, because the internet loves cats.
2323

2424
##//TODOs
25-
* Figure out a way to not have to store the index path on the cell itself. It's way easier, but it feels dirty. ([I know, I know](http://shirt.woot.com/offers/she-is-reported-to-have-said-that-before))
26-
* Add support for buttons with images instead of text
2725
* ??? - File an issue!
2826

27+
##Additional Contributors
28+
* [Mark Flowers](https://github.com/markflowers) - Improved fixes for tableview slop, removed index path hack, defaults for numerous previously required methods, and better delegate methods.
29+
2930

3031
##Photos
3132
All photos Copyright Ellen Shapiro. If you want to see more photos of my jerkface cat, Chaplin, follow me on [Instagram](http://instagram.com/loudguitars).

0 commit comments

Comments
 (0)