SwipeCellKit Versions Save

Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.

2.7.1

4 years ago

Added

  • Support for Xcode 10.3+ (#353)

2.7.0

4 years ago

Added

  • Support for updated SPM (Swift Package Manager) for Xcode 11+ (#325)
  • Support for iOS 13 Dark Mode (#337)

Fixed

  • Fixed hit test issue related to hidden cells (#314)
  • Fixed cell reuse layout issue (#335)
  • Fixed issue where a deleted cell that was being cell reused has the contentView offset incorrectly. (#355)
  • Fixed issue where on iOS 13 UICollectionViewCell does not perform swipe animation. (#333)

2.6.0

4 years ago

Added

  • SwipeCellKit is now using Swift 5

2.5.4

5 years ago

Fixed

  • Fixed Carthage when building with Xcode 10.2 (#297)

2.5.2

5 years ago

Fixed

  • Add support for Xcode 10.2 (#279, #283)
  • Compatibility with applications using Swift 5 (see Mail App Example)

2.5.1

5 years ago

Fixed

  • Cells do not hide correctly when also using non-SwipeCollectionViewCell cells in UICollectionView. (#265)

2.5.0

5 years ago

Fixed

  • Update to Swift 4.2 and Xcode 10 Support (#215)

2.4.3

5 years ago

Fixed

  • Fix issue where swipe cell does not return to neutral position correctly when swipping cell very quickly (#215)

2.4.2

5 years ago

Fixed

  • Fix swipe action position when rotating a UITableView/UICollectionView with safe area insets.
  • Fix issue where gesture cancellation causes swipe cell to remain in dragging state in a non-left, right or centre x position.
  • Fix issue where expansion may trigger when swiping in the expansion zone very quickly.

2.4.1

5 years ago

Fixed

  • Fix issue with swipe action handler not being invoked correctly at all times (#204, #205)