- Add
previewLeftMenuAnimated:offset:
andpreviewRightMenuAnimated:offset:
methods toDRSwipeMenuView
- Fix revelaing right menu without animation
- Minor improvements
- Added
scrollDeceleationRate
property toDRSwipeMenuView
- Added
shouldDisableScrollingWhileDecelerating
property toDRSwipeMenuView
. If set toYES
, 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 isNO
.- Example app updated using Xcode 8
- Minimum deployment target bumped to iOS 8
- Added documentation comments to all public headers
- Added
shouldCloseByTapingOnMainView
property toDRSwipeMenuView
. If set toYES
, tapping on center view closes menu. This will block user interactions with center view while menu is revealed. Default value isNO
.
- Source code refactored and cleaned up
- Supports left and right swipe menu
- Example app updated
- Initial release
- Right swipe menu
- iOS 7 and iOS 8 compatible