You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Utility buttons that become visible on the left side of the Table View Cell when
18
18
19
19
###Features
20
20
* 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).
21
22
* Create utilty buttons with either a title or an icon along with a RGB color
0 commit comments