Skip to content

1.4.0

Compare
Choose a tag to compare
@jerkoch jerkoch released this 07 Mar 09:28
· 194 commits to develop since this release
57195df

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