Skip to content

Releases: kevin-lyn/STPopup

Fixed #59 #60

14 Apr 02:11
Compare
Choose a tag to compare

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

Bug fixes

05 Mar 10:09
Compare
Choose a tag to compare
  • Merged #46
  • Fixed #51 #38
  • Return "popupController" of "parentViewController" if the view controller is embedded.

Expose Container View and Better Documentation

07 Jan 14:31
Compare
Choose a tag to compare
  • 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.

Support Carthage

13 Dec 15:27
Compare
Choose a tag to compare
  • Support Carthage
  • Fixed orientation issue when using auto-width with bottom sheet style.

Support IBInspectable

09 Dec 15:36
Compare
Choose a tag to compare

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

New Popup Style: Bottom Sheet

11 Oct 17:33
Compare
Choose a tag to compare
  • Support new popup style: bottom sheet.
  • Background view customizable.
  • Now you can change contentSizeInPopup after popup is shown.
  • Support segue in storyboard.

Bug Fixes

26 Sep 13:54
Compare
Choose a tag to compare
  • Observer for navigation item update.
  • Fixed status bar hidden and style issue.
  • Support navigation bar hidden.
  • Forward view controller appearance properly.

Support Storyboard

19 Sep 17:09
Compare
Choose a tag to compare
  • Support storyboard + auto layout.
  • Disable drag to dismiss.
  • Better auto-reposition when keyboard is showing up.
  • Bug fixes.

Code Structure Refinement and Bugs Fixes

15 Sep 09:08
Compare
Choose a tag to compare
  • 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.

First Stable Version

14 Sep 18:56
Compare
Choose a tag to compare

Tested in two projects, stable enough.