All Versions
10
Latest Version
Avg Release Cycle
123 days
Latest Release
1455 days ago
Changelog History
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, 2019Duplicate 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.
- Take
-
v1.8.3 Changes
September 24, 2017- ๐ Fix title view animation issue on iOS 11 (#101)
-
v1.8.2 Changes
November 22, 2016Translate 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 -
v1.7.0 Changes
May 23, 2016- ๐ Fixed #63 .
- โ Added "hidesCloseButton".
- Transition animation tweaks.