VegaScroll
VegaScroll copied to clipboard
↕️ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9.
# Description - Fix indentations - Change guard to if let; - guard is an early return statement so we should use if let in `prepare()` - Upgrade Swift version...
guard let layout = myCollectionView.collectionViewLayout as? VegaScrollFlowLayout else { return } keep coming out nil, how can i solve this
Can we have (or is there?) an option to don't have the spring animation of the cells?
I got this message when I added and ran a test project: UICollectionViewFlowLayout has cached frame mismatch for index path {length = 2, path = 0 - 0} - cached...
Getting alpha issue while displaying rows from dequeueReusableCell(..) Rows are displaying with less alpha value(some transparent).
Hi , I am facing a issue in which first collectionView item disappears while displayed section header in collectionView. Flow layout gave two different issue, 1. While Scroll to downward:...
Hi, I would like use VegaScroll in user-disabled mode and call action on button press to scroll to the next index. It all works fine, only problem is, that the...
Hi, in the README, it says the minimum build target is iOS 9, but when I build the library with Carthage, it shows an error when importing it into a...
If I want to use this on landscape view, specifically for iPad, where can I make the adjustment so that the cells stay centered?