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

Latest commit

 

History

History
51 lines (30 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

51 lines (30 loc) · 1.45 KB

DRSwipeMenu (iOS)

Changelog

v2.0.5
  • Add previewLeftMenuAnimated:offset: and previewRightMenuAnimated:offset: methods to DRSwipeMenuView

see diff

v2.0.4
  • Fix revelaing right menu without animation
  • Minor improvements

see diff

v2.0.3
  • Added scrollDeceleationRate property to DRSwipeMenuView

see diff

v2.0.2
  • 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
  • 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
  • Source code refactored and cleaned up
  • Supports left and right swipe menu
  • Example app updated

see diff

v1.0.0
  • Initial release
  • Right swipe menu
  • iOS 7 and iOS 8 compatible