Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@absolute-heike absolute-heike released this 19 Oct 15:00
· 24 commits to master since this release

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)