Skip to content

Commit

Permalink
Merge pull request MortimerGoro#322 from Brsoyan/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
MortimerGoro authored Sep 24, 2018
2 parents 8fdb814 + 548f1f8 commit a523e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ MGSwipeTableCellDelegate is an optional delegate to configure swipe buttons or t
* Delegate method to setup the swipe buttons and swipe/expansion settings
* Buttons can be any kind of UIView but it's recommended to use the convenience MGSwipeButton class
* Setting up buttons with this delegate instead of using cell properties improves memory usage because buttons are only created in demand
* @param swipeTableCell the UITableVieCel to configure. You can get the indexPath using [tableView indexPathForCell:cell]
* @param swipeTableCell the UITableViewCell to configure. You can get the indexPath using [tableView indexPathForCell:cell]
* @param direction The swipe direction (left to right or right to left)
* @param swipeSettings instance to configure the swipe transition and setting (optional)
* @param expansionSettings instance to configure button expansions (optional)
Expand Down

0 comments on commit a523e59

Please sign in to comment.