Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Releases: darrarski/DRSwipeMenu-iOS

v2.0.4

28 Oct 11:19
Compare
Choose a tag to compare
  • Fix revelaing right menu without animation
  • Minor improvements

see diff

v2.0.3

27 Oct 22:21
Compare
Choose a tag to compare
  • Added scrollDeceleationRate property to DRSwipeMenuView

see diff

v2.0.2

27 Oct 22:21
Compare
Choose a tag to compare
  • Added shouldDisableScrollingWhileDecelerating property to DRSwipeMenuView. If set to YES, scrolling will be disabled during deceleration. This could improve UX when embedding swipe menu in other scroll views (eg when adding swipe menu to cells in table view). Default value is NO.
  • Example app updated using Xcode 8
  • Minimum deployment target bumped to iOS 8
  • Added documentation comments to all public headers

see diff

v2.0.1

18 Jun 11:35
Compare
Choose a tag to compare
  • Added shouldCloseByTapingOnMainView property to DRSwipeMenuView. If set to YES, tapping on center view closes menu. This will block user interactions with center view while menu is revealed. Default value is NO.

see diff

v2.0.0

24 Apr 21:09
Compare
Choose a tag to compare
  • Source code refactored and cleaned up
  • Supports left and right swipe menu
  • Example app updated

see diff

v1.0.0

22 Mar 20:03
Compare
Choose a tag to compare
  • Initial release
  • Right swipe menu
  • iOS 7 and iOS 8 compatible