Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 772 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 772 Bytes

ZFDragableModalTransition CHANGELOG

0.6

  • fix #50 In-call status bar animation make the dismissing end up in wrong scale
  • fix #51
  • fix wrongly handle modalPresentationStyle options

0.5.1

  • fix animator strongly reference to modal view controller

0.5.0

  • added neccessary appearance methods call for view controller

0.4.0

  • fix sometimes layout mess when rotate, wrong scale in iOS7
  • fix rotation issue
  • added transitionDuration property, adjust bounce

0.3.0

  • rename scaleDownRatio to behindViewScale, added behindViewAlpha
  • Fixed rotation issue
  • added bounces option

0.2.0

  • Added scaleDownRatio to let you set the size ratio of the view when it goes behind.
  • Fixed view disappear in ios8 beta

0.1.0

Initial release.