Skip to content

Releases: kevin-lyn/STPopup

Fix `safeAreaInsets`

04 Jun 23:21
Compare
Choose a tag to compare

Use safeAreaInsets of window to avoid wrong insets caused by toolbar/tabbar.

Expose `safeAreaInsets` in STPopupController

18 Mar 19:06
Compare
Choose a tag to compare
  • 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.

Duplicate of 1.8.4

16 Mar 21:45
Compare
Choose a tag to compare

Duplicate of 1.8.4
This is a redundant release. You should use 1.8.6 instead.

Fix Several Layout Issues

10 Mar 21:05
Compare
Choose a tag to compare
  • 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.

Fix Title View Animation Issue On iOS 11

24 Sep 15:45
Compare
Choose a tag to compare
  • Fix title view animation issue on iOS 11 (#101)

Translate Origin Of Container View To Be Vertical-Centered If There Is Enough Space

22 Nov 04:34
Compare
Choose a tag to compare

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

Swift Friendly

22 Oct 15:55
Compare
Choose a tag to compare

Added nullable annotation to be Swift friendly.

Support Custom Transition Style of Popup

18 Aug 10:07
Compare
Choose a tag to compare
  • Support custom transition style of popup by providing STPopupControllerTransitioning protocol.
  • Fixed #74.

Bug Fixes and Transition Tweak

02 Aug 03:16
Compare
Choose a tag to compare
  • Fixed #34 #62
  • Tweak vertical slide transition animation.

Bug Fixes and "hidesCloseButton"

23 May 14:05
Compare
Choose a tag to compare
  • Fixed #63 .
  • Added "hidesCloseButton".
  • Transition animation tweaks.