VerticalCardSwiper v1.0.0 Release Notes

Release Date: 2019-04-09 // about 5 years ago
  • API breaking changes

    • Migrated from Swift 4.2 -> Swift 5.0.
    • scrollToCard(at: Int, animated: Bool) -> Bool now returns a Boolean indicating if scrolling has failed or succeeded.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed crash in scrollToCard when it was called before the view layout was properly set up. (#37) - thanks @geniegeist
    • ๐Ÿ›  Fixed CardCell animation glitch when changing alpha. (#43)