Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 1.48 KB

Change log

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