Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

3.0.0

Compare
Choose a tag to compare
@jessesquires jessesquires released this 30 Sep 12:36
aefc465

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 (#24).