VerticalCardSwiper v0.1.0-beta3 Release Notes

Release Date: 2018-06-29 // almost 6 years ago
  • โœจ Enhancements

    • โž• Added didScroll function to VerticalCardSwiperDelegate.
    • ๐Ÿ”„ Changed init(frame: CGRect) function to be public (instead of internal) inside VerticalCardSwiper.
    • โž• Added small spring animation to resetToCenter which results in a small bouncy effect depending on how far you drag.
    • ๐Ÿ”„ Changed some example code to use init(frame: CGRect).

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed possible nil crash in rare occasions when swiping.
    • ๐Ÿ›  Fixed animation glitch when scrolling cards while card was animating off screen.
    • ๐Ÿ›  Fixed cards zPosition bug which caused bottom card to overlap top card in some occasions.