SwipeCellKit v1.4.0 Release Notes

  • ๐Ÿ›  Fixed

    • ๐Ÿ’… The expansion threshold for selection-style was always 50% of the screen width regardless of if the action view width was larger.
    • Issue where the textColor property in SwipeAction was not being applied.

    โž• Added

    • ๐Ÿ‘ Accessibility support. (#5)
    • ๐Ÿ†• New expansionDelegate property in SwipeTableOptions providing ability to customize expansion behavior. See the README and API documentation for more details.
    • ๐Ÿ†• New transitionDelegate property in SwipeAction providing ability to customize transition behavior of individual actions as the swipe gesture is performed. See the README and API documentation for more details. (#9)
    • Example app now lets you choose circular button style to demo the new transitionDelegate and expansionDelegate.

    โšก๏ธ Updated

    • Internal SwipeActionButton layout to separate the background color from the actual UIButton