All Versions
10
Latest Version
Avg Release Cycle
57 days
Latest Release
1853 days ago

Changelog History

  • v1.4.0 Changes

    March 31, 2019

    ⚡️ Update to Swift 5.0

    • ✨ Enhanced content scroll behaviour
    • 🛠 Fixed some animation glitches
    • 🛠 Fixed a bug reported and fixed by @asbis that caused the card to not show its content when opened some cells in tableView.
    • 🛠 Fixed card player that was not shown when view is loaded.
  • v1.3.5 Changes

    December 02, 2018

    🛠 iOS 12 animation glitches fixes
    ➕ Added logging for card ( enable by card.isDebug=true )

  • v1.3.4 Changes

    August 22, 2018

    🛠 Some animation bugs fixed.

  • v1.3.3 Changes

    August 04, 2018

    🛠 Various bug fixes including:
    ✂ Removed unnecessary print statements
    🛠 Fixed some weird animation glitches
    👌 Improved the ScrollView behaviour

  • v1.3.2 Changes

    April 11, 2018

    'view' button can now be hided by setting its text to nil.
    🐛 Bug fixes on delegates and landscape

  • v1.3.1 Changes

    January 06, 2018

    🐛 Bug fixes.

  • v1.3.0 Changes

    November 19, 2017

    ➕ Added fullscreen for the detail view.
    accessible with:

    card.shouldPresent( _, from: _, fullscreen: true)

  • v1.2.7 Changes

    November 03, 2017

    🐛 Bug fixes.

  • v1.2.6 Changes

    November 02, 2017

    🐛 Bug Fixes

  • v1.2.5 Changes

    October 31, 2017

    🛠 General bug fixes.
    Attributes description added.
    Slight animations improvements.
    Code cleanup.