File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ MGSwipeTableCellDelegate is an optional delegate to configure swipe buttons or t
156
156
* Delegate method to setup the swipe buttons and swipe/expansion settings
157
157
* Buttons can be any kind of UIView but it's recommended to use the convenience MGSwipeButton class
158
158
* 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 ]
160
160
* @param direction The swipe direction (left to right or right to left)
161
161
* @param swipeSettings instance to configure the swipe transition and setting (optional)
162
162
* @param expansionSettings instance to configure button expansions (optional)
You can’t perform that action at this time.
0 commit comments