PresenterKit v3.0.0 Release Notes

Release Date: 2016-09-30 // over 7 years ago
  • ๐Ÿš€ This release closes the 3.0.0 milestone.

    Swift 3.0 now required.

    ๐Ÿ”„ Changes

    • presentViewController(_:, type:, animated:) was renamed to present(_:, type:, animated:)

    ๐Ÿ†• New

    • โž• Added a .none case to PresentationType which uses UIKit defaults. Use this when presenting system controllers like UIAlertController.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed bug in withStyles() where modal presentation/transition styles might not be applied correctly (#14).