Skip to content

Commit a523e59

Browse files
authored
Merge pull request MortimerGoro#322 from Brsoyan/patch-1
Update README.md
2 parents 8fdb814 + 548f1f8 commit a523e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ MGSwipeTableCellDelegate is an optional delegate to configure swipe buttons or t
156156
* Delegate method to setup the swipe buttons and swipe/expansion settings
157157
* Buttons can be any kind of UIView but it's recommended to use the convenience MGSwipeButton class
158158
* Setting up buttons with this delegate instead of using cell properties improves memory usage because buttons are only created in demand
159-
* @param swipeTableCell the UITableVieCel to configure. You can get the indexPath using [tableView indexPathForCell:cell]
159+
* @param swipeTableCell the UITableViewCell to configure. You can get the indexPath using [tableView indexPathForCell:cell]
160160
* @param direction The swipe direction (left to right or right to left)
161161
* @param swipeSettings instance to configure the swipe transition and setting (optional)
162162
* @param expansionSettings instance to configure button expansions (optional)

0 commit comments

Comments
 (0)