ASCollectionView
ASCollectionView copied to clipboard
A SwiftUI collection view with support for custom layouts, preloading, and more.
Hello, first of all, thanks a lot for this wonderful library. From time to time, i see a random crash log in crashlytics, which i couldn't reproduce on my side...
**Describe the bug** On first load the tableview works as expected, when switching to another view and going back the view is empty and this is the warning I get:...
**Describe the bug** I was hide the navigation bar, but when I use ASCollectionView to showing a grid. the hidden navigation bar is force showing **To Reproduce** Steps to reproduce...
Using ASCollectionView, I want to be able to set the scrolllposition of a cell and save it so the view does not lose its position when switching to another view....
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behaviour: **Expected behaviour** A description of what you expected to happen....
Thanks for such a library! Will there be macOS support in it?
I have a class that inherits from ASCollectionViewDelegate with implementations for func indexTitles(for collectionView: UICollectionView) -> [String]? and func collectionView(_ collectionView: UICollectionView, indexPathForIndexTitle title: String, at index: Int) -> IndexPath...
**Describe the bug** With ASTableView, the same code works correctly, with swipe to delete working. However embedding the ASSection in a CollectionView doesn't give any swipe to delete on the...
**Describe the bug** Section header is showing on the leading side instead of top when scroll direction of collectionCiew is set to horizontal. **To Reproduce** Steps to reproduce the behaviour:...