Skip to content

1.9.1

Compare
Choose a tag to compare
@kurabi kurabi released this 06 Oct 20:17
· 130 commits to develop since this release

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)