STPopup Versions Save

STPopup provides STPopupController, which works just like UINavigationController in popup style, for both iPhone and iPad. It's written in Objective-C and compatible with Swift.

1.8.7

4 years ago

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

1.8.6

5 years ago
  • 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.

1.8.5

5 years ago

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

1.8.4

5 years ago
  • 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.

1.8.3

6 years ago
  • Fix title view animation issue on iOS 11 (#101)

1.8.2

7 years ago

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

1.8.1

7 years ago

Added nullable annotation to be Swift friendly.

1.8.0

7 years ago
  • Support custom transition style of popup by providing STPopupControllerTransitioning protocol.
  • Fixed #74.

1.7.1

7 years ago
  • Fixed #34 #62
  • Tweak vertical slide transition animation.

1.7.0

7 years ago
  • Fixed #63 .
  • Added "hidesCloseButton".
  • Transition animation tweaks.