Skip to content

Releases: lovoo/LVModalQueue

Swift Package Manager Support

25 Jul 09:44
34a9980
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

Release 0.2.0

19 Nov 17:28
Compare
Choose a tag to compare
  • Fixed major bug on iOS 7, when User cancelled an interactive transition

Release 0.1.1

19 Oct 16:02
Compare
Choose a tag to compare
  • topMostViewController check should ask parentViewController for its topMostViewController, if it has no presentedViewController or presentingViewController
  • removed failOver from codebase

Release 0.1.0

19 Oct 15:00
Compare
Choose a tag to compare

First working version.

  • Queues presentViewController: and dismissViewController: executions, if a transition is already running.
  • Uses UIKit's completion blocks to check for the completion of the transition (using transitioningCoordinator would have been cleaner, but it crashed on some rare device configurations for custom transition)