Skip to content

Releases: kevin-lyn/STPopup

Fix `safeAreaInsets`

Choose a tag to compare

@kevin-lyn kevin-lyn released this 04 Jun 23:21

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

Expose `safeAreaInsets` in STPopupController

Choose a tag to compare

@kevin-lyn kevin-lyn released this 18 Mar 19:06
  • 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

Choose a tag to compare

@kevin-lyn kevin-lyn released this 16 Mar 21:45

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

Fix Several Layout Issues

Choose a tag to compare

@kevin-lyn kevin-lyn released this 10 Mar 21:05
  • 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

Choose a tag to compare

@kevin-lyn kevin-lyn released this 24 Sep 15:45
  • Fix title view animation issue on iOS 11 (#101)

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

Choose a tag to compare

@kevin-lyn kevin-lyn released this 22 Nov 04:34

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

Swift Friendly

Choose a tag to compare

@kevin-lyn kevin-lyn released this 22 Oct 15:55

Added nullable annotation to be Swift friendly.

Support Custom Transition Style of Popup

Choose a tag to compare

@kevin-lyn kevin-lyn released this 18 Aug 10:07
  • Support custom transition style of popup by providing STPopupControllerTransitioning protocol.
  • Fixed #74.

Bug Fixes and Transition Tweak

Choose a tag to compare

@kevin-lyn kevin-lyn released this 02 Aug 03:16
  • Fixed #34 #62
  • Tweak vertical slide transition animation.

Bug Fixes and "hidesCloseButton"

Choose a tag to compare

@kevin-lyn kevin-lyn released this 23 May 14:05
  • Fixed #63 .
  • Added "hidesCloseButton".
  • Transition animation tweaks.