All Versions
10
Latest Version
Avg Release Cycle
123 days
Latest Release
1787 days ago

Changelog History

  • v1.8.7 Changes

    June 04, 2019

    ๐Ÿ‘‰ Use safeAreaInsets of window to avoid wrong insets caused by toolbar/tabbar.

  • v1.8.6 Changes

    March 18, 2019
    • ๐Ÿ”ฆ Expose safeAreaInsets so that it could be overridden to 0 in some use cases.(#125)
    • โช Restore transform when laying-out container view to avoid unexpected value.
  • v1.8.5 Changes

    March 16, 2019

    Duplicate of 1.8.4
    ๐Ÿš€ This is a redundant release. You should use 1.8.6 instead.

  • v1.8.4 Changes

    March 10, 2019
    • Take safeAreaInsets into account when popup is presented as bottom sheet(#102).
    • ๐Ÿ›  Fix layout issue when navigationItem.titleView is used(#115).
    • Adjust position if contentSizeInPopup is changed in the middle of keyboard animation.
    • ๐Ÿ›  Fix navigationItem.rightBarButtonItem layout issue when orientation is changed.
  • v1.8.3 Changes

    September 24, 2017
    • ๐Ÿ›  Fix title view animation issue on iOS 11 (#101)
  • v1.8.2 Changes

    November 22, 2016

    Translate origin of container view to be vertical-centered if there is enough space.

  • v1.8.1 Changes

    October 22, 2016

    โž• Added nullable annotation to be Swift friendly.

  • v1.8.0 Changes

    August 18, 2016
    • ๐Ÿ‘Œ Support custom transition style of popup by providing STPopupControllerTransitioning protocol.
    • ๐Ÿ›  Fixed #74.
  • v1.7.1 Changes

    August 02, 2016
    • ๐Ÿ›  Fixed #34 #62
    • ๐Ÿ‘‰ Tweak vertical slide transition animation.
  • v1.7.0 Changes

    May 23, 2016
    • ๐Ÿ›  Fixed #63 .
    • โž• Added "hidesCloseButton".
    • Transition animation tweaks.