VerticalCardSwiper v0.1.0-beta7 Release Notes

Release Date: 2019-01-08 // over 5 years ago
  • API breaking changes

    • ๐Ÿšš Moved indexesForVisibleCards to VerticalCardSwiper.

    โœจ Enhancements

    • โž• Added didEndScroll function to VerticalCardSwiperDelegate. - thanks @mkhakpaki
    • โž• Added scrollToCard function to VerticalCardSwiper. (#23)
    • โœ‚ Removed some force unwrapping in the code.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed nil crash when doing a swipe gesture on an empty VerticalCardSwiper.
    • ๐Ÿ›  Fixed wrong indexesForVisibleCards when only one card was present.
    • ๐Ÿ›  Fixed wrong bottom contentInset calculation.