JoniVR / VerticalCardSwiper

A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
MIT License
1.4k stars 101 forks source link

Fix crash in scrollToCard when it is called before the view layout is properly set up #41

Closed JoniVR closed 5 years ago

JoniVR commented 5 years ago

Checklist

Motivation and Context

fixes #37

Description

Makes cellHeight optional and returns a Bool to indicate if scrolling has failed or succeeded.