Skip to content

Commit 6028af6

Browse files
committed
Updating README
1 parent 262535d commit 6028af6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Utility buttons that become visible on the left side of the Table View Cell when
1818

1919
###Features
2020
* Dynamic utility button scalling. As you add more buttons to a cell, the other buttons on that side get smaller to make room
21+
* Smart selection: The cell will pick up touch events and either scroll the cell back to center or fire the delegate method `- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath`. So the cell will not be considered selected when the user touches the cell while utility buttons are visible (same as iOS 7 Mail App functionality).
2122
* Create utilty buttons with either a title or an icon along with a RGB color
2223
* Tested on iOS 6.1 and above, including iOS 7
2324

0 commit comments

Comments
 (0)