All Versions
20
Latest Version
1.9
Avg Release Cycle
75 days
Latest Release
1993 days ago

Changelog History
Page 1

  • v1.9

    November 04, 2018
  • v1.3.2

    April 17, 2018
  • v1.3.1

    April 16, 2018
  • v1.3

    October 03, 2017
  • v1.2.3

    March 31, 2017
  • v1.2.2

    March 27, 2017
  • v1.2.1

    March 27, 2017
  • v1.2.0 Changes

    March 24, 2017

    1.2.0

    • You can add custom BackgroundView. (thanks to @clebta)
    • โž• Add custom text color for AlertViewController
    • ๐Ÿ†• New PresentationType called .dynamic that allows dynamic sizing of ViewController using AutoLayout to calculate size.
    • You can set the context so the presentation is done properly on a child view controller and not the whole screen.
    • You can also set the behavior for a tap outside the context.
    • Simpler PresentrAnimation architecture. Simpler to modify existing transition animations or create your own.
    • Two new animations to replace system ones, CoverVertical & CrossDissolve.
    • All animations are now Presentr's, no more Apple animations. This allows greater control & less bugs.
    • Swipe to dismiss feature greatly improved.
    • ๐Ÿ› Bug fixes and other small improvements.
  • v1.1.1

    February 01, 2017
  • v1.1.0 Changes

    December 27, 2016

    1.1.0

    • ๐Ÿ‘€ You are now able to create your own custom transition animations. See how in readme. (thanks to @fpg1503 & @danlozano)
    • ๐Ÿ†• New animation available, coverVerticalWithSpring (thanks to @fpg1503)