All Versions
15
Latest Version
Avg Release Cycle
72 days
Latest Release
1711 days ago

Changelog History
Page 2

  • v1.2.1 Changes

    February 25, 2018
    • ๐Ÿ›  Fixed issue with background tap dismissal options
  • v1.2.0 Changes

    December 18, 2016
    • ๐Ÿ’… There is a new cool animation style called shiftIn Animation. Check out the README to find out more
    • Rounding Corners can now be specified unsing the corners property (e.g. presentation.corners = [.leftBottom,rightTop])
    • You can disable tap to dismiss by setting isTapBackgroundToDismissEnabled to false
    • You can now set properties without using the basic initaliziers
    • Code clean up
    • โœ… Startet with integrating Unit-Tests
  • v1.0.2 Changes

    November 27, 2016
    • New size options (fullscreen, halfscreen and custom) for width and height instead of plain CGSize
    • New alignment options for NonFullscreen Presentations
    • New marging guards - if the size you specified is bigger than the screen, the margin guards kick in and will be applied to your vc
    • If you want to size your vc using margin you can use .fullscreen as a size and set the marginGuards to constraint your vcs dimensions
    • Better Code documentation and overall structure
    • Even more Example inside the Readme and Example App
  • v1.0.1 Changes

    November 20, 2016

    โšก๏ธ Minor Version update:

    • updated version number so Cocoapods can reflect all changes made in the Readme File
  • v1.0 Changes

    November 20, 2016
    • 1.0 Provides SlideIn and FadeIn Transitions
    • Customization Options like corner-radius, background style included
    • code cleanup