Skip to content

Broken swipe actions #32

Description

@denis-obukhov

Checklist

  • [x ] This is not a Apple's bug.
  • [x ] Reviewed the README and documents.
  • [x ] Searched existing issues for ensure not duplicated.

Expected Behavior

trailingSwipeActionsConfigurationForRowAt is called

Current Behavior

trailingSwipeActionsConfigurationForRowAt not called

Steps to Reproduce

  1. Create table view with diffable data source
  2. Implement table view delegate's method tableView( tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath)_
    )
  3. Set data source to diffable data source and delegate to self.
  4. See that it's not called

Environments

  • version:
    0.4.0
  • Swift version:
    5.2
  • iOS version:
    14.2
  • Xcode version:
    12.2
  • Devices/Simulators:
    iPhone 7/iPhone 11 Pro
  • CocoaPods/Carthage version:
    0.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions