SwipeCellKit v1.9.1 Release Notes

  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix issue related to pixel misalignment for action buttons. (#50)
    • ๐Ÿ›  Fix crash on iOS 10.0.0 where UIFeedbackGenerator crashed on non-haptic supported devices. (#51)
    • ๐Ÿ›  Fix issue related to iOS 11. SwipeCellKit was inadvertently enabling/disabling various gestures on UITableView, including system level ones in hopes of disabling 3D Touch on swiped UITableViewCells. Developers must now handle the disabling/enabling of 3D touch when cell is swiped with the aid of SwipeTableViewCellDelegate. (#48)