Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

61 lines (41 loc) · 2.42 KB

Change log

Released on 2018-12-09.

Update to Swift 4.2

Released on 2018-08-08.

Minor update to Swift 4.1

Released on 2017-10-11.

Swift 4 supports

#Version 2.0.1 Released on 2016-10-10.

  • Fixing the gesture priority #9.

Released on 2016-09-14.

Swift 3 supports

Released on 2016-09-14.

Swift 2.3 supports

Released on 2016-03-01.

  • [ADD] Swift Package Manager support

Released on 2016-01-24.

  • [ADD] Tap to dismiss #3
  • [FIX] Bug when Slide left to close #5

Released on 2015-12-06.

  • [REFACTORING] Adding the FlowingMenuTransitionStatus class to allow animation testing
  • [RENAMING] Renaming flowingMenuTransitionManagerNeedsPresentMenu: to flowingMenuNeedsPresentMenu:
  • [RENAMING] Renaming flowingMenuTransitionManagerNeedsDismissMenu: to flowingMenuNeedsDismissMenu:
  • [RENAMING] Renaming colorOfElasticShapeInFlowingMenuTransitionManager: to colorOfElasticShapeInFlowingMenu:
  • [RENAMING] Renaming flowingMenuTransitionManager:widthOfMenuView: to flowingMenu:widthOfMenuView:

Released on 2015-12-04.

  • flowingMenuTransitionManager:widthOfMenuView: delegate method to get the width menu
  • colorOfElasticShapeInFlowingMenuTransitionManager: delegate method to get the color of the elastic shape
  • flowingMenuTransitionManagerNeedsPresentMenu: and flowingMenuTransitionManagerNeedsDismissMenu: delegate methods to respond to interactive event
  • setInteractivePresentationView: and setInteractiveDismissView: methods define views attached with gestures
  • Cocoapods support
  • Carthage support