How to correctly indent the last row bottom separator of UICollectionViewCompositionalLayout?
I am able to hide the bottom separator of the last row but unable to correctly indent based on my SwiftUI view in my collection view cell. How do I correctly indent it like the rest of my cells instead of being edge to edge?
How to correctly indent the last row separator of UICollectionViewCompositionalLayout?
I am able to hide the bottom separator of the last row but unable to correctly indent to my SwiftUI view in my collection view cell. How do I correctly indent it like the rest of my cells instead of being edge to edge?