SwipeCellKit v1.5.0 Release Notes

  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Issue where the destructive action animation relied on the table view to animate covering the deleted cell with the cells below it in order for its height to appear to shrink. If the cell being deleted was the last row, or the remaining cells below were not tall enough, the height of the deleted cell would not appear to shrink. Fixed by adding a mask to cell and animate its height to zero. (#15)
    • ๐Ÿšš Missing call to super.didMoveToSuperview causing accessory taps to be ignored. (#16)
    • The previous action button textColor fix to re-add also setting the tint color to the text color. The tint color effects button images rendered as template images.

    โž• Added

    • Ability to programmatically show swipe actions. (#13)
    • ๐Ÿ‘Œ Support for action background effect. (#10)