Category "collectionview"

SwiftUI | Using onDrag and onDrop to reorder Items within one single LazyGrid?

I was wondering if it is possible to use the View.onDrag and View.onDrop to add drag and drop reordering within one LazyGrid manually? Though I was able to make

iOS CompositionalLayout change contentOffset by code

I'm trying to use compositional layout for horizontal paging collectionview. is it possible to change collectionview contentOffset by code? when I use compositi

Access view file from UICollectionViewListCell

I have a question about the UICollection view list's separatorLayoutGuide. I saw this article and understood I need to override the function updateConstraints()