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.6.2

8 years ago

Fixed #59 #60: navigationItem.titleView is not loaded on iOS 8.

1.6.1

8 years ago
  • Merged #46
  • Fixed #51 #38
  • Return "popupController" of "parentViewController" if the view controller is embedded.

1.6.0

8 years ago
  • Expose container view so that popup can be more customizable.
  • Better documentation in public header files.
  • Hide internal use interfaces and properties to reduce confusions.

1.5.0

8 years ago
  • Support Carthage
  • Fixed orientation issue when using auto-width with bottom sheet style.

1.4.0

8 years ago

Support IBInspectable for contentSizeInPopup and landscapeContentSizeInPopup, now you can set the content size in interface builder or storyboard.

1.3.0

8 years ago
  • Support new popup style: bottom sheet.
  • Background view customizable.
  • Now you can change contentSizeInPopup after popup is shown.
  • Support segue in storyboard.

1.2.1

8 years ago
  • Observer for navigation item update.
  • Fixed status bar hidden and style issue.
  • Support navigation bar hidden.
  • Forward view controller appearance properly.

1.2.0

8 years ago
  • Support storyboard + auto layout.
  • Disable drag to dismiss.
  • Better auto-reposition when keyboard is showing up.
  • Bug fixes.

1.1.0

8 years ago
  • Move container view controller transition into UIViewControllerAnimatedTransitioning.
  • Support statusBarHidden, statusBarUpdateAnimation and statusBarStyle.
  • Bug fixes for auto-resposition when keyboard is showing up.
  • Bug fixes for iOS 9.

1.0.0

8 years ago

Tested in two projects, stable enough.